ApiAuth

The generic reusable api auth config. Deprecated. Please use AuthConfig (google/cloud/aiplatform/master/auth.proto) instead.

Fields
auth_config Union type
The auth config. auth_config can be only one of the following:
apiKeyConfig object (ApiKeyConfig)

The API secret.

JSON representation
{

  // auth_config
  "apiKeyConfig": {
    object (ApiKeyConfig)
  }
  // Union type
}