Cloud Security Command Center V1 API - Module Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType (v0.26.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API module Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType.

Auth types that can be used for Subject's kind field.

Constants

AUTH_TYPE_UNSPECIFIED

value: 0
Authentication is not specified.

USER

value: 1
User with valid certificate.

SERVICEACCOUNT

value: 2
Users managed by Kubernetes API with credentials stored as Secrets.

GROUP

value: 3
Collection of users.