AuthenticationConfig class

Authentication configuration for a workload is used to set the default identity for the workload execution.

The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).

Constructors

AuthenticationConfig.new({String? userWorkloadAuthenticationType})
AuthenticationConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userWorkloadAuthenticationType String?
Authentication type for the user workload running in containers.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited