Google Cloud Security Command Center V1 Client - Class AuthType (1.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class AuthType.
Auth types that can be used for Subject's kind field.
Protobuf type google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
AUTH_TYPE_UNSPECIFIED
Value: 0
Authentication is not specified.
Generated from protobuf enum AUTH_TYPE_UNSPECIFIED = 0;
USER
Value: 1
User with valid certificate.
Generated from protobuf enum USER = 1;
SERVICEACCOUNT
Value: 2
Users managed by Kubernetes API with credentials stored as Secrets.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-20 UTC."],[],[]]