GoogleCloudAiplatformV1AuthConfig class
Auth configuration to run the extension.
Constructors
- GoogleCloudAiplatformV1AuthConfig.new({GoogleCloudAiplatformV1AuthConfigApiKeyConfig? apiKeyConfig, String? authType, GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig? googleServiceAccountConfig, GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig? httpBasicAuthConfig, GoogleCloudAiplatformV1AuthConfigOauthConfig? oauthConfig, GoogleCloudAiplatformV1AuthConfigOidcConfig? oidcConfig})
- GoogleCloudAiplatformV1AuthConfig.fromJson(Map json_)
Properties
- apiKeyConfig ↔ GoogleCloudAiplatformV1AuthConfigApiKeyConfig?
-
Config for API key auth.
getter/setter pair
- authType ↔ String?
-
Type of auth scheme.
Possible string values are:
getter/setter pair
- googleServiceAccountConfig ↔ GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig?
-
Config for Google Service Account auth.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpBasicAuthConfig ↔ GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig?
-
Config for HTTP Basic auth.
getter/setter pair
- oauthConfig ↔ GoogleCloudAiplatformV1AuthConfigOauthConfig?
-
Config for user oauth.
getter/setter pair
- oidcConfig ↔ GoogleCloudAiplatformV1AuthConfigOidcConfig?
-
Config for user OIDC auth.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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