Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.
Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.
A Delegated Admin Attribute defines an LDAP attribute which can be accessed by a client of the Delegated Admin API.
↓Relations to This Component
↓Properties
↓dsconfig Usage
The following components have a direct composition relation to Delegated Admin Attributes:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
↓ attribute-type | |
↓ display-name |
Description | A description for this Delegated Admin Attribute |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
Description | Specifies the name or OID of the LDAP attribute type. |
Default Value | None |
Allowed Values | The name or OID of an attribute type defined in the server schema. |
Multi-Valued | No |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
Description | A human readable display name for this Delegated Admin Attribute. |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
To list the configured Delegated Admin Attributes:
dsconfig list-delegated-admin-attributes [--property {propertyName}] ...
To view the configuration for an existing Delegated Admin Attribute:
dsconfig get-delegated-admin-attribute-prop --attribute-type {name} --type-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Delegated Admin Attribute:
dsconfig set-delegated-admin-attribute-prop --attribute-type {name} --type-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Delegated Admin Attribute:
dsconfig create-delegated-admin-attribute --attribute-type {name} --type-name {name} --set display-name:{propertyValue} [--set {propertyName}:{propertyValue}] ...
To delete an existing Delegated Admin Attribute:
dsconfig delete-delegated-admin-attribute --attribute-type {name} --type-name {name}