AccountIdentityArgs

data class AccountIdentityArgs(val type: Output<ResourceIdentityType>? = null) : ConvertibleToJava<AccountIdentityArgs>

Identity for the Automanage account.

Constructors

Link copied to clipboard
fun AccountIdentityArgs(type: Output<ResourceIdentityType>? = null)

Functions

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

Properties

Link copied to clipboard
val type: Output<ResourceIdentityType>? = null

The type of identity used for the Automanage account. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.