GoogleCloudAiplatformV1AuthConfig constructor
GoogleCloudAiplatformV1AuthConfig({
- GoogleCloudAiplatformV1AuthConfigApiKeyConfig? apiKeyConfig,
- String? authType,
- GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig? googleServiceAccountConfig,
- GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig? httpBasicAuthConfig,
- GoogleCloudAiplatformV1AuthConfigOauthConfig? oauthConfig,
- GoogleCloudAiplatformV1AuthConfigOidcConfig? oidcConfig,
Implementation
GoogleCloudAiplatformV1AuthConfig({
this.apiKeyConfig,
this.authType,
this.googleServiceAccountConfig,
this.httpBasicAuthConfig,
this.oauthConfig,
this.oidcConfig,
});