Class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource
The "authorizedCertificates" collection of methods.
Inheritance
Inherited Members
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | authorizedCertificatesId | Part of |
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | authorizedCertificatesId | Part of |
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | authorizedCertificatesId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.PatchRequest |