Skip to content

SCIMServerCredentialProps

Properties for defining a SCIMServerCredential.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudsso"
&alicloudroscdkcloudsso.SCIMServerCredentialProps {
    DirectoryId: interface{},
    Status: interface{},
}

Properties

Name Type Description
DirectoryId interface{} Property directoryId: The ID of the directory.
Status interface{} Property status: The new status of the SCIM credential.

DirectoryIdRequired

DirectoryId interface{}
  • Type: interface{}

Property directoryId: The ID of the directory.


StatusOptional

Status interface{}
  • Type: interface{}

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.