RegistryCredentialSetIdentityArgs

data class RegistryCredentialSetIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<RegistryCredentialSetIdentityArgs>

Constructors

Link copied to clipboard
constructor(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<String>)

Properties

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

The principal ID of the Identity.

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

The tenant ID of the Identity.

Link copied to clipboard
val type: Output<String>

The type of Managed Service Identity that is configured on for the Container Registry Credential Set. Currently the only possible value is SystemAssigned.

Functions

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