Skip to content

SCIMServerCredentialProps

Properties for defining a SCIMServerCredential.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.SCIMServerCredentialProps;
SCIMServerCredentialProps.builder()
    .directoryId(java.lang.String)
    .directoryId(IResolvable)
//  .status(java.lang.String)
//  .status(IResolvable)
    .build();

Properties

Name Type Description
directoryId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property directoryId: The ID of the directory.
status java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property status: The new status of the SCIM credential.

directoryIdRequired

public java.lang.Object getDirectoryId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property directoryId: The ID of the directory.


statusOptional

public java.lang.Object getStatus();
  • Type: java.lang.String OR com.aliyun.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.