Subject Args
data class SubjectArgs(val group: Output<GroupSubjectArgs>? = null, val kind: Output<String>, val serviceAccount: Output<ServiceAccountSubjectArgs>? = null, val user: Output<UserSubjectArgs>? = null) : ConvertibleToJava<SubjectArgs>
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
Constructors
Link copied to clipboard
constructor(group: Output<GroupSubjectArgs>? = null, kind: Output<String>, serviceAccount: Output<ServiceAccountSubjectArgs>? = null, user: Output<UserSubjectArgs>? = null)