Identity Properties Args
data class IdentityPropertiesArgs(val clientSecretUrl: Output<String>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ManagedIdentityType>>? = null) : ConvertibleToJava<IdentityPropertiesArgs>
Properties of a managed identity
Constructors
Link copied to clipboard
constructor(clientSecretUrl: Output<String>? = null, principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<Either<String, ManagedIdentityType>>? = null)