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,["# Public Certificate Authority v1 API - Class CreateExternalAccountKeyRequest (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/1.0.0-beta01/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest) \n\n public sealed class CreateExternalAccountKeyRequest : IMessage\u003cCreateExternalAccountKeyRequest\u003e, IEquatable\u003cCreateExternalAccountKeyRequest\u003e, IDeepCloneable\u003cCreateExternalAccountKeyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Public Certificate Authority v1 API class CreateExternalAccountKeyRequest.\n\nCreates a new\n\\[ExternalAccountKey\\]\\[google.cloud.security.publicca.v1.ExternalAccountKey\\] in\na given project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateExternalAccountKeyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateExternalAccountKeyRequest](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateExternalAccountKeyRequest](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateExternalAccountKeyRequest](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Security.PublicCA.V1](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Security.PublicCA.V1.dll\n\nConstructors\n------------\n\n### CreateExternalAccountKeyRequest()\n\n public CreateExternalAccountKeyRequest()\n\n### CreateExternalAccountKeyRequest(CreateExternalAccountKeyRequest)\n\n public CreateExternalAccountKeyRequest(CreateExternalAccountKeyRequest other)\n\nProperties\n----------\n\n### ExternalAccountKey\n\n public ExternalAccountKey ExternalAccountKey { get; set; }\n\nRequired. The external account key to create. This field only exists to\nfuture-proof the API. At present, all fields in ExternalAccountKey are\noutput only and all values are ignored. For the purpose of the\nCreateExternalAccountKeyRequest, set it to a default/empty value.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource where this external_account_key will be\ncreated. Format: projects/\\[project_id\\]/locations/\\[location\\]. At present\nonly the \"global\" location is supported.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Security.PublicCA.V1/latest/Google.Cloud.Security.PublicCA.V1.CreateExternalAccountKeyRequest#Google_Cloud_Security_PublicCA_V1_CreateExternalAccountKeyRequest_Parent) resource name property."]]