public sealed class CreateExternalAccountKeyRequest : IMessage<CreateExternalAccountKeyRequest>, IEquatable<CreateExternalAccountKeyRequest>, IDeepCloneable<CreateExternalAccountKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Public Certificate Authority v1 API class CreateExternalAccountKeyRequest.
Creates a new
[ExternalAccountKey][google.cloud.security.publicca.v1.ExternalAccountKey] in
a given project.
public ExternalAccountKey ExternalAccountKey { get; set; }
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eCreateExternalAccountKeyRequest\u003c/code\u003e class within the Google Cloud Public Certificate Authority v1 API, specifically version 1.0.0 (latest).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateExternalAccountKeyRequest\u003c/code\u003e class is used to create a new \u003ccode\u003eExternalAccountKey\u003c/code\u003e within a specified project, and currently only the "global" location is supported.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateExternalAccountKeyRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eCreateExternalAccountKeyRequest()\u003c/code\u003e, and \u003ccode\u003eCreateExternalAccountKeyRequest(CreateExternalAccountKeyRequest other)\u003c/code\u003e to allow for creating empty and copy instances respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt contains the properties \u003ccode\u003eExternalAccountKey\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e, where \u003ccode\u003eExternalAccountKey\u003c/code\u003e is the key being created, \u003ccode\u003eParent\u003c/code\u003e is the string format of the project location and \u003ccode\u003eParentAsLocationName\u003c/code\u003e is the resource name typed view of that project location.\u003c/p\u003e\n"]]],[],null,[]]