Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource

The "authorizedCertificates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource

Constructors

AuthorizedCertificatesResource(IClientService)

Constructs a new resource.

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

Methods

Create(AuthorizedCertificate, string, string, string)

Uploads the specified SSL certificate.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.CreateRequest Create(AuthorizedCertificate body, string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
AuthorizedCertificate body

The body of the request.

string projectsId

Part of parent. Required. Name of the parent Application resource. Example: apps/myapp.

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.CreateRequest

Delete(string, string, string, string)

Deletes the specified SSL certificate.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.DeleteRequest Delete(string projectsId, string locationsId, string applicationsId, string authorizedCertificatesId)
Parameters
Type Name Description
string projectsId

Part of name. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string authorizedCertificatesId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.DeleteRequest

Get(string, string, string, string)

Gets the specified SSL certificate.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.GetRequest Get(string projectsId, string locationsId, string applicationsId, string authorizedCertificatesId)
Parameters
Type Name Description
string projectsId

Part of name. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string authorizedCertificatesId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.GetRequest

List(string, string, string)

Lists all SSL certificates the user is authorized to administer.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.ListRequest List(string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
string projectsId

Part of parent. Required. Name of the parent Application resource. Example: apps/myapp.

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.ListRequest

Patch(AuthorizedCertificate, string, string, string, string)

Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.PatchRequest Patch(AuthorizedCertificate body, string projectsId, string locationsId, string applicationsId, string authorizedCertificatesId)
Parameters
Type Name Description
AuthorizedCertificate body

The body of the request.

string projectsId

Part of name. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string authorizedCertificatesId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.PatchRequest
In this article
Back to top Generated by DocFX