API hub V1 API - Class Google::Cloud::ApiHub::V1::GoogleServiceAccountConfig (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::GoogleServiceAccountConfig.

Config for Google service account authentication.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#service_account

def service_account() -> ::String
Returns
  • (::String) — Required. The service account to be used for authenticating request.

    The iam.serviceAccounts.getAccessToken permission should be granted on this service account to the impersonator service account.

#service_account=

def service_account=(value) -> ::String
Parameter
  • value (::String) — Required. The service account to be used for authenticating request.

    The iam.serviceAccounts.getAccessToken permission should be granted on this service account to the impersonator service account.

Returns
  • (::String) — Required. The service account to be used for authenticating request.

    The iam.serviceAccounts.getAccessToken permission should be granted on this service account to the impersonator service account.