Identity Args
data class IdentityArgs(val type: Output<Either<String, ManagedIdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>
The Managed Identity of the resource
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, ManagedIdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)