ScimResourceTypeResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
name | str | ✅ | Resource type name |
endpoint | str | ✅ | The resource type's HTTP-addressable endpoint |
schema | ScimResourceTypeResponseSchema | ✅ | |
id_ | str | ❌ | Unique resource type ID, same value as the "name" attribute |
description | str | ❌ | Description of the resource type |
schema_extensions | List[ScimSchemaExtension] | ❌ | |
meta | ScimMeta | ❌ | Resource metadata |
ScimResourceTypeResponseSchema
Properties
Name | Type | Required | Description |
---|---|---|---|
URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_USER | str | ✅ | "urn:ietf:params:scim:schemas:core:2.0:User" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs