Skip to content

RosSCIMServerCredentialProps

Properties for defining a RosSCIMServerCredential.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-scimservercredential

Initializer

import { RosSCIMServerCredentialProps } from '@alicloud/ros-cdk-cloudsso'
const rosSCIMServerCredentialProps: RosSCIMServerCredentialProps = { ... }

Properties

Name Type Description
directoryId string | @alicloud/ros-cdk-core.IResolvable No description.
status string | @alicloud/ros-cdk-core.IResolvable No description.

directoryIdRequired

public readonly directoryId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

statusOptional

public readonly status: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable