Subject Patch
data class SubjectPatch(val apiVersion: String? = null, val kind: String? = null, val name: String? = null, val namespace: String? = null)
Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.