Managed Identity Properties Args
data class ManagedIdentityPropertiesArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, ManagedIdentityType>>? = null) : ConvertibleToJava<ManagedIdentityPropertiesArgs>
Managed identity properties retrieved from ARM request headers.
Constructors
Link copied to clipboard
constructor(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<Either<String, ManagedIdentityType>>? = null)