GroupSubjectPatchArgs

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

GroupSubject holds detailed information for group-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 user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.

Functions

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