Subject Patch Args
data class SubjectPatchArgs(val group: Output<GroupSubjectPatchArgs>? = null, val kind: Output<String>? = null, val serviceAccount: Output<ServiceAccountSubjectPatchArgs>? = null, val user: Output<UserSubjectPatchArgs>? = null) : ConvertibleToJava<SubjectPatchArgs>
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<GroupSubjectPatchArgs>? = null, kind: Output<String>? = null, serviceAccount: Output<ServiceAccountSubjectPatchArgs>? = null, user: Output<UserSubjectPatchArgs>? = null)