Class ProjectsResource.LocationsResource.ExternalAccountKeysResource
The "externalAccountKeys" collection of methods.
Inherited Members
Namespace: Google.Apis.PublicCertificateAuthority.v1alpha1
Assembly: Google.Apis.PublicCertificateAuthority.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.ExternalAccountKeysResourceConstructors
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 |