Public Certificate Authority V1 API - Class Google::Cloud::Security::PublicCA::V1::CreateExternalAccountKeyRequest (v0.1.0)

Reference documentation and code samples for the Public Certificate Authority V1 API class Google::Cloud::Security::PublicCA::V1::CreateExternalAccountKeyRequest.

Creates a new ExternalAccountKey in a given project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#external_account_key

def external_account_key() -> ::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey
Returns
  • (::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey) — Required. The external account key to create. This field only exists to future-proof the API. At present, all fields in ExternalAccountKey are output only and all values are ignored. For the purpose of the CreateExternalAccountKeyRequest, set it to a default/empty value.

#external_account_key=

def external_account_key=(value) -> ::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey
Parameter
  • value (::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey) — Required. The external account key to create. This field only exists to future-proof the API. At present, all fields in ExternalAccountKey are output only and all values are ignored. For the purpose of the CreateExternalAccountKeyRequest, set it to a default/empty value.
Returns
  • (::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey) — Required. The external account key to create. This field only exists to future-proof the API. At present, all fields in ExternalAccountKey are output only and all values are ignored. For the purpose of the CreateExternalAccountKeyRequest, set it to a default/empty value.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
Returns
  • (::String) — Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.