Public Certificate Authority v1beta1 API - Class CreateExternalAccountKeyRequest (1.0.0-beta04)

public sealed class CreateExternalAccountKeyRequest : IMessage<CreateExternalAccountKeyRequest>, IEquatable<CreateExternalAccountKeyRequest>, IDeepCloneable<CreateExternalAccountKeyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Public Certificate Authority v1beta1 API class CreateExternalAccountKeyRequest.

Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] in a given project.

Inheritance

object > CreateExternalAccountKeyRequest

Namespace

Google.Cloud.Security.PublicCA.V1Beta1

Assembly

Google.Cloud.Security.PublicCA.V1Beta1.dll

Constructors

CreateExternalAccountKeyRequest()

public CreateExternalAccountKeyRequest()

CreateExternalAccountKeyRequest(CreateExternalAccountKeyRequest)

public CreateExternalAccountKeyRequest(CreateExternalAccountKeyRequest other)
Parameter
NameDescription
otherCreateExternalAccountKeyRequest

Properties

ExternalAccountKey

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.

Property Value
TypeDescription
ExternalAccountKey

Parent

public string Parent { get; set; }

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.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName