UserSubjectPatchArgs

data class UserSubjectPatchArgs(val name: Output<String>? = null) : ConvertibleToJava<UserSubjectPatchArgs>

UserSubject holds detailed information for user-kind subject.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

name is the username that matches, or "*" to match all usernames. Required.

Functions

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