EnterprisePolicyIdentityArgs

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

The identity of the EnterprisePolicy.

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 EnterprisePolicy. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.

Functions

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