AccountIdentityArgs

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

Identity for the Automanage account.

Constructors

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

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.

Functions

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