Skip to content

RosSCIMServerCredentialProps

Properties for defining a RosSCIMServerCredential.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.RosSCIMServerCredentialProps;
RosSCIMServerCredentialProps.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 No description.
status java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

directoryIdRequired

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

statusOptional

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