IdentityArgs

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)

Properties

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

Gets or sets the principal id.

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

Gets or sets the tenant id.

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

The type of identity used for the resource mover service.

Functions

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