GetAccessCredentialsResult

data class GetAccessCredentialsResult(val backend: String, val currentPassword: String, val id: String, val lastPassword: String, val namespace: String? = null, val role: String, val username: String)

A collection of values returned by getAccessCredentials.

Constructors

Link copied to clipboard
constructor(backend: String, currentPassword: String, id: String, lastPassword: String, namespace: String? = null, role: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The current set password on the Active Directory service account.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The current set password on the Active Directory service account, provided because AD is eventually consistent.

Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard

The Active Directory service account username.