Managed Identity Properties Args
data class ManagedIdentityPropertiesArgs(val type: Output<Either<String, ManagedIdentityResourceType>>, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<ManagedIdentityPropertiesArgs>
The properties of managed identity, specifically including type and resource ID.
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, ManagedIdentityResourceType>>, userAssignedIdentityResourceId: Output<String>? = null)