Find Network Group by DN
get
/rest/v1/admin/{dn}
Returns an Network Group by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be fetched.
Query Parameters
-
attributes: array[string]
Collection Format:
multi
List of attributes to be fetched for the entry. -
controls: array[string]
Collection Format:
multi
LDAP controls to be sent to server for search operation. -
filter: string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
-
scope: string
Scope for the LDAP search operation.Allowed Values:
[ "base", "sub", "one" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Network Group GetSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse
The REST message type -
searchResultEntries(required):
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Network Group SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Network Group Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Network Group Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-allowed-auth-method:
array ds-cfg-allowed-auth-method
Specifies a set of allowed authorization methods that clients must use in order to establish connections to this Network Group.
-
ds-cfg-allowed-bind-dn:
array ds-cfg-allowed-bind-dn
Specifies a set of bind DN patterns that determine the clients that are allowed to establish connections to this Network Group.
-
ds-cfg-allowed-bind-id:
array ds-cfg-allowed-bind-id
Specifies a set of bind id patterns that determine the clients that are allowed to establish connections to this Network Group.
-
ds-cfg-allowed-client:
array ds-cfg-allowed-client
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Network Group.
-
ds-cfg-allowed-port:
array ds-cfg-allowed-port
Specifies a set of allowed port numbers that clients must use in order to establish connections to this Network Group.
-
ds-cfg-allowed-protocol:
array ds-cfg-allowed-protocol
Specifies a set of allowed supported protocols that clients must use in order to establish connections to this Network Group.
-
ds-cfg-certificate-mapper:
string
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
-
ds-cfg-denied-client:
array ds-cfg-denied-client
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Network Group.
-
ds-cfg-enabled(required):
boolean
Indicates whether the Network Group is enabled for use in the server.
-
ds-cfg-generic-identity-mapper:
array ds-cfg-generic-identity-mapper
Specifies a set of identity mappers that will be used by Network Group for mapping an identity while performing SIMPLE, non-GSSAPI SASL bind requests and proxy authorization controls.
-
ds-cfg-gssapi-identity-mapper:
array ds-cfg-gssapi-identity-mapper
Specifies a set of identity mappers that will be used by Network Group for mapping an identity while performing GSSAPI/SASL bind requests.
-
ds-cfg-is-security-mandatory:
boolean
Default Value:
false
Specifies whether or not a secured client connection is required in order for clients to establish connections to this Network Group. -
ds-cfg-priority(required):
integer(int32)
Specifies the priority for this Network Group.
-
ds-cfg-relocated-rootdse-dn:
string
Default Value:Specifies the DN of the entry that contains the Root DSE. If the parameter is not defined (default) then the null suffix ("") is used.
-
ds-cfg-relocated-rootdse-workflow-element:
string
Specifies the name of the workflow element to use to get a relocated root DSE entry. If the parameter is not defined (default) then the root DSE entry of the current server is returned.
-
ds-cfg-workflow:
array ds-cfg-workflow
Specifies a set of workflows which should be accessible from this Network Group .
-
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-allowed-auth-method
Type:
array
Specifies a set of allowed authorization methods that clients must use in order to establish connections to this Network Group.
Allowed Values:
Show Source
[
"anonymous",
"sasl",
"simple"
]
Nested Schema : ds-cfg-allowed-bind-dn
Type:
array
Specifies a set of bind DN patterns that determine the clients that are allowed to establish connections to this Network Group.
Show Source
Nested Schema : ds-cfg-allowed-bind-id
Type:
array
Specifies a set of bind id patterns that determine the clients that are allowed to establish connections to this Network Group.
Show Source
Nested Schema : ds-cfg-allowed-client
Type:
array
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Network Group.
Show Source
Nested Schema : ds-cfg-allowed-port
Type:
array
Specifies a set of allowed port numbers that clients must use in order to establish connections to this Network Group.
Show Source
Nested Schema : ds-cfg-allowed-protocol
Type:
array
Specifies a set of allowed supported protocols that clients must use in order to establish connections to this Network Group.
Allowed Values:
Show Source
[
"ldap",
"ldaps"
]
Nested Schema : ds-cfg-denied-client
Type:
array
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Network Group.
Show Source
Nested Schema : ds-cfg-generic-identity-mapper
Type:
array
Specifies a set of identity mappers that will be used by Network Group for mapping an identity while performing SIMPLE, non-GSSAPI SASL bind requests and proxy authorization controls.
Show Source
Nested Schema : ds-cfg-gssapi-identity-mapper
Type:
array
Specifies a set of identity mappers that will be used by Network Group for mapping an identity while performing GSSAPI/SASL bind requests.
Show Source
Nested Schema : ds-cfg-workflow
Type:
array
Specifies a set of workflows which should be accessible from this Network Group .
Show Source
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
ldapErrorCode:
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message(required):
string
Error message returned returned for the operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type