Get Directories Directory
data class GetDirectoriesDirectory(val createTime: String, val directoryId: String, val directoryName: String, val id: String, val mfaAuthenticationStatus: String, val region: String, val samlIdentityProviderConfigurations: List<GetDirectoriesDirectorySamlIdentityProviderConfiguration>, val scimSynchronizationStatus: String, val tasks: List<GetDirectoriesDirectoryTask>)
Constructors
Link copied to clipboard
constructor(createTime: String, directoryId: String, directoryName: String, id: String, mfaAuthenticationStatus: String, region: String, samlIdentityProviderConfigurations: List<GetDirectoriesDirectorySamlIdentityProviderConfiguration>, scimSynchronizationStatus: String, tasks: List<GetDirectoriesDirectoryTask>)
Properties
Link copied to clipboard
The CreateTime of the CloudSSO directory.
Link copied to clipboard
The DirectoryId of the CloudSSO directory.
Link copied to clipboard
The name of the CloudSSO directory.
Link copied to clipboard
The mfa authentication status. Valid values: Enabled
or Disabled
. Default to Disabled
.
Link copied to clipboard
val samlIdentityProviderConfigurations: List<GetDirectoriesDirectorySamlIdentityProviderConfiguration>
The saml identity provider configuration.
Link copied to clipboard
The scim synchronization status. Valid values: Enabled
or Disabled
. Default to Disabled
.
Link copied to clipboard
Asynchronous Task Information Array.