ResourceIdentityArgs

data class ResourceIdentityArgs(val type: Output<Either<String, ManagedIdentityTypes>>? = null) : ConvertibleToJava<ResourceIdentityArgs>

The identity block returned by ARM resource that supports managed identity.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ManagedIdentityTypes>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityTypes>>? = null

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.

Functions

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