SCIMServerCredentialProps
Properties for defining a SCIMServerCredential.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-scimservercredential
Initializer
import { SCIMServerCredentialProps } from '@alicloud/ros-cdk-cloudsso'
const sCIMServerCredentialProps: SCIMServerCredentialProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
directoryId |
string | @alicloud/ros-cdk-core.IResolvable |
Property directoryId: The ID of the directory. |
status |
string | @alicloud/ros-cdk-core.IResolvable |
Property status: The new status of the SCIM credential. |
directoryIdRequired
public readonly directoryId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property directoryId: The ID of the directory.
statusOptional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The new status of the SCIM credential.
Valid values: - Enabled: The SCIM credential is enabled. - Disabled: The SCIM credential is disabled. The default value is Enabled.