GroupSubjectArgs

data class GroupSubjectArgs(val name: Output<String>) : ConvertibleToJava<GroupSubjectArgs>

GroupSubject holds detailed information for group-kind subject.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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(): GroupSubjectArgs