IdentityPropertiesArgs

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)

Properties

Link copied to clipboard
val clientSecretUrl: Output<String>? = null

The client secret URL of the identity.

Link copied to clipboard
val principalId: Output<String>? = null

The principal id of resource identity.

Link copied to clipboard
val tenantId: Output<String>? = null

The tenant identifier of resource.

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityType>>? = null

Managed identity.

Functions

Link copied to clipboard
open override fun toJava(): IdentityPropertiesArgs