UserIdentityArgs

data class UserIdentityArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserIdentityArgs>

Describes a single user-assigned identity associated with the application.

Constructors

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

Properties

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

the client identifier of the Service Principal which this identity represents.

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

the object identifier of the Service Principal which this identity represents.

Functions

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