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.
SCIM Schemas defines a SCIM schema comprising a set of attributes.
↓Relations from This Component
↓Relations to This Component
↓Properties
↓dsconfig Usage
The following components have a direct composition relation from SCIM Schemas:
The properties supported by this managed object are as follows:
| Basic Properties: | Advanced Properties: | 
|---|---|
| ↓ description | None | 
| ↓ schema-urn | |
| ↓ display-name | 
| Description | A description for this SCIM Schema  | 
| Default Value | None | 
| Allowed Values | A string | 
| Multi-Valued | No | 
| Required | No | 
| Admin Action Required | None. Modification requires no further action | 
| Description | The URN which identifies this SCIM Schema.  | 
| Default Value | None | 
| Allowed Values | A URN begins with 'urn:', is followed by a namespace component that is no more than 32 alpha-numeric characters long, which is followed by one or more colon-delimited identifiers consisting of legal URN characters (letters, digits, and characters in '()+,-.:=@;$_!*'). For example, a URN in the 'acme' namespace might be "urn:acme:identity:User.name". | 
| Multi-Valued | No | 
| Required | Yes | 
| Admin Action Required | None. Modification requires no further action | 
| Description | The human readable name for this SCIM Schema.  | 
| Default Value | None | 
| Allowed Values | A string | 
| Multi-Valued | No | 
| Required | No | 
| Admin Action Required | None. Modification requires no further action | 
To list the configured SCIM Schemas:
dsconfig list-scim-schemas
     [--property {propertyName}] ...
To view the configuration for an existing SCIM Schema:
dsconfig get-scim-schema-prop
     --schema-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...
To update the configuration for an existing SCIM Schema:
dsconfig set-scim-schema-prop
     --schema-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new SCIM Schema:
dsconfig create-scim-schema
     --schema-name {name}
     [--set {propertyName}:{propertyValue}] ...
To delete an existing SCIM Schema:
dsconfig delete-scim-schema
     --schema-name {name}