GetScimServerCredentialsCredential

data class GetScimServerCredentialsCredential(val createTime: String, val credentialId: String, val credentialSecret: String, val credentialType: String, val directoryId: String, val expireTime: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, credentialId: String, credentialSecret: String, credentialType: String, directoryId: String, expireTime: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CreateTime of the resource.

Link copied to clipboard

The CredentialId of the resource.

Link copied to clipboard

The CredentialSecret of the resource.

Link copied to clipboard

The CredentialType of the resource.

Link copied to clipboard

The ID of the Directory.

Link copied to clipboard

The ExpireTime of the resource.

Link copied to clipboard
val id: String

The ID of the SCIM Server Credential.

Link copied to clipboard

The Status of the resource. Valid values: Disabled, Enabled.