Enum Kubernetes.Types.Subject.Types.AuthType (3.2.0)

public enum AuthType

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

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Fields

NameDescription
Group

Collection of users.

Serviceaccount

Users managed by Kubernetes API with credentials stored as Secrets.

Unspecified

Authentication is not specified.

User

User with valid certificate.