kind property

String? kind
getter/setter pair

Authentication type for the subject. Possible string values are:

  • "AUTH_TYPE_UNSPECIFIED" : Authentication is not specified.
  • "USER" : User with valid certificate.
  • "SERVICEACCOUNT" : Users managed by Kubernetes API with credentials stored as secrets.
  • "GROUP" : Collection of users.

Implementation

core.String? kind;