Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExternalAccountKeysResource

The "externalAccountKeys" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ExternalAccountKeysResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PublicCertificateAuthority.v1
Assembly: Google.Apis.PublicCertificateAuthority.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ExternalAccountKeysResource

Constructors

ExternalAccountKeysResource(IClientService)

Constructs a new resource.

Declaration
public ExternalAccountKeysResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(ExternalAccountKey, string)

Creates a new ExternalAccountKey bound to the project.

Declaration
public virtual ProjectsResource.LocationsResource.ExternalAccountKeysResource.CreateRequest Create(ExternalAccountKey body, string parent)
Parameters
Type Name Description
ExternalAccountKey body

The body of the request.

string parent

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
Type Description
ProjectsResource.LocationsResource.ExternalAccountKeysResource.CreateRequest
In this article
Back to top Generated by DocFX