ManagedIdentityCredentialArgs

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

Managed identity credential.

Constructors

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

Properties

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

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

Link copied to clipboard
val description: Output<String>? = null

Credential description.

Link copied to clipboard
val resourceId: Output<String>? = null

The resource id of user assigned managed identity

Link copied to clipboard
val type: Output<String>

Type of credential. Expected value is 'ManagedIdentity'.

Functions

Link copied to clipboard
open override fun toJava(): ManagedIdentityCredentialArgs