@ory/client
Version:
OpenAPI client for @ory/client
40 lines (32 loc) • 2 kB
Markdown
SCIMClient represents a SCIM client configuration to be used by an external identity provider.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authorization_header_secret** | **string** | The secret that the client uses in the authorization header to authenticate itself. | [default to undefined]
**client_id** | **string** | The unique ID of the SCIM server. | [default to undefined]
**created_at** | **string** | The SCIM client\&
**id** | **string** | | [optional] [default to undefined]
**label** | **string** | The SCIM server\&
**mapper_url** | **string** | Mapper specifies the JSONNet code snippet which uses the SCIM provider\&
**organization_id** | **string** | OrganizationID is the organization ID for this SCIM server. | [default to undefined]
**proxy_scim_server_url** | **string** | | [optional] [default to undefined]
**state** | **string** | State indicates the state of the SCIM server Only servers with state &
**updated_at** | **string** | Last time the SCIM client was updated | [optional] [readonly] [default to undefined]
```typescript
import { NormalizedProjectRevisionScimClient } from '@ory/client';
const instance: NormalizedProjectRevisionScimClient = {
authorization_header_secret,
client_id,
created_at,
id,
label,
mapper_url,
organization_id,
proxy_scim_server_url,
state,
updated_at,
};
```
[[Back to Model list]](../README.md