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

Reference documentation and code samples for the Public Certificate Authority V1beta1 API class Google::Cloud::Security::PublicCA::V1beta1::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

defexternal_account_key()->::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey
Returns
  • (::Google::Cloud::Security::PublicCA::V1beta1::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=

defexternal_account_key=(value)->::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey
Parameter
  • value (::Google::Cloud::Security::PublicCA::V1beta1::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::V1beta1::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

defparent()->::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=

defparent=(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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.