SCIM
scim
The System for Cross-domain Identity Management (SCIM) Configuration object provides a structured set of attributes related to SCIM protocols used for identity provisioning and management across cloud-based platforms. It standardizes user and group provisioning details, enabling identity synchronization and lifecycle management with compatible Identity Providers (IdPs) and applications. SCIM is defined in RFC-7634
Attributes
| Caption | Name | Type | Description |
|---|---|---|---|
| Auth Protocol | auth_protocol | String | The authorization protocol as defined by the caption of |
| Auth Protocol ID | auth_protocol_id | Integer | The normalized identifier of the authorization protocol used by the SCIM resource.
|
| Created Time | created_time | Timestamp | When the SCIM resource was added to the service provider. |
| Last Error Message | error_message | String | Message or code associated with the last encountered error. |
| SCIM Group Provisioning Enabled | is_group_provisioning_enabled | Boolean | Indicates whether the SCIM resource is configured to provision groups, automatically or otherwise. |
| SCIM User Provisioning Enabled | is_user_provisioning_enabled | Boolean | Indicates whether the SCIM resource is configured to provision users, automatically or otherwise. |
| Last Sync Time | last_run_time | Timestamp | Timestamp of the most recent successful synchronization. |
| Modified Time | modified_time | Timestamp | The most recent time when the SCIM resource was updated at the service provider. |
| Name | name | String | The name of the SCIM resource. |
| Supported Protocol | protocol_name | String | The supported protocol for the SCIM resource. E.g., |
| Rate Limit | rate_limit | Integer | Maximum number of requests allowed by the SCIM resource within a specified time frame to avoid throttling. |
| Raw Data | raw_data | JSON | Group: |
| Record ID | record_id | String | Group: |
| SCIM Group Schema | scim_group_schema | JSON | SCIM provides a schema for representing groups, identified using the following schema URI: |
| SCIM User Schema | scim_user_schema | JSON | SCIM provides a resource type for user resources. The core schema for user is identified using the following schema URI: |
| State | state | String | The provisioning state of the SCIM resource, normalized to the caption of the |
| State ID | state_id | Integer | The normalized state ID of the SCIM resource to reflect its activation status.
|
| Unique ID | uid | String | A unique identifier for a SCIM resource as defined by the service provider. |
| External ID | uid_alt | String | A String that is an identifier for the resource as defined by the provisioning client. The |
| Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
| SCIM Endpoint URL | url_string | URL String | Entity: |
| Service Provider | vendor_name | String | Name of the vendor or service provider implementing SCIM. E.g., |
| SCIM Version | version | String | SCIM protocol version supported e.g., |
Relationships
Inbound Relationships
These objects and events reference SCIM in their attributes:
Outbound Relationships
SCIM references the following objects and events in its attributes:
This page describes ocsf-1.4.0
Updated 6 months ago