PingAuthorize Server Documentation Index
Configuration Reference Home

SCIM Impacted Attributes Provider

Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact support in order to understand the potential impact of that change.

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.

The SCIM Impacted Attributes Provider calculates the impactedAttributes value for SCIM create, modify, or replace requests.

Parent Component
Properties
dsconfig Usage

Parent Component

The SCIM Impacted Attributes Provider component inherits from the Impacted Attributes Provider

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ enabled  None

Basic Properties

enabled

Description
Indicates whether this Impacted Attributes Provider is enabled for use in PingAuthorize Server.
Default Value
None
Allowed Values
true
false
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Impacted Attributes Providers:

dsconfig list-impacted-attributes-providers
     [--property {propertyName}] ...

To view the configuration for an existing Impacted Attributes Provider:

dsconfig get-impacted-attributes-provider-prop
     --provider-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Impacted Attributes Provider:

dsconfig set-impacted-attributes-provider-prop
     --provider-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new SCIM Impacted Attributes Provider:

dsconfig create-impacted-attributes-provider
     --provider-name {name}
     --type scim
     --set enabled:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Impacted Attributes Provider:

dsconfig delete-impacted-attributes-provider
     --provider-name {name}