{ "description": "ServiceAccountSubject holds detailed information for service-account-kind subject.", "properties": { "name": { "description": "`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.", "type": [ "string", "null" ] }, "namespace": { "description": "`namespace` is the namespace of matching ServiceAccount objects. Required.", "type": [ "string", "null" ] } }, "required": [ "namespace", "name" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/serviceaccountsubject/flowcontrol/v1beta2" }