SCIMServerCredentialProps
Properties for defining a SCIMServerCredential
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-scimservercredential
Initializer
import ros_cdk_cloudsso
ros_cdk_cloudsso.SCIMServerCredentialProps(
directory_id: typing.Union[str, IResolvable],
status: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
directory_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property directoryId: The ID of the directory. |
status |
typing.Union[str, ros_cdk_core.IResolvable] |
Property status: The new status of the SCIM credential. |
directory_id
Required
directory_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property directoryId: The ID of the directory.
status
Optional
status: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.