GoogleCloudAiplatformV1AuthConfigOidcConfig class
Config for user OIDC auth.
Constructors
- GoogleCloudAiplatformV1AuthConfigOidcConfig.new({String? idToken, String? serviceAccount})
- GoogleCloudAiplatformV1AuthConfigOidcConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
OpenID Connect formatted ID token for extension endpoint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The service account used to generate an OpenID Connect (OIDC)-compatible
JWT token signed by the Google OIDC Provider (accounts.google.com) for
extension endpoint
(https://cloud.google.com/iam/docs/create-short-lived-credentials-direct#sa-credentials-oidc).
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