ManagedIdentityCredentialResponse

data class ManagedIdentityCredentialResponse(val annotations: List<Any>? = null, val description: String? = null, val resourceId: String? = null, val type: String)

Managed identity credential.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, description: String? = null, resourceId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the Credential.

Link copied to clipboard
val description: String? = null

Credential description.

Link copied to clipboard
val resourceId: String? = null

The resource id of user assigned managed identity

Link copied to clipboard

Type of credential. Expected value is 'ManagedIdentity'.