Identity Args
data class IdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ResourceIdentityType>>? = null) : ConvertibleToJava<IdentityArgs>
Defines the MSI properties of the Move Collection.
Constructors
Link copied to clipboard
constructor(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<Either<String, ResourceIdentityType>>? = null)