Public Certificate Authority V1beta1 API - Class Google::Cloud::Security::PublicCA::V1beta1::CreateExternalAccountKeyRequest (v0.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.