UsersOrServicePrincipalSetArgs

data class UsersOrServicePrincipalSetArgs(val displayName: Output<String>? = null, val id: Output<String>? = null, val type: Output<Either<String, UserType>>? = null) : ConvertibleToJava<UsersOrServicePrincipalSetArgs>

The detail of a subject.

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, id: Output<String>? = null, type: Output<Either<String, UserType>>? = null)

Properties

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

The display Name of the entity.

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

The object id of the entity.

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

The type of user.

Functions

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