Class AppsResource.AuthorizedCertificatesResource
The "authorizedCertificates" collection of methods.
Inherited Members
Namespace: Google.Apis.Appengine.v1alpha
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class AppsResource.AuthorizedCertificatesResource
Constructors
AuthorizedCertificatesResource(IClientService)
Constructs a new resource.
Declaration
public AuthorizedCertificatesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(AuthorizedCertificate, string)
Uploads the specified SSL certificate.
Declaration
public virtual AppsResource.AuthorizedCertificatesResource.CreateRequest Create(AuthorizedCertificate body, string appsId)
Parameters
Type | Name | Description |
---|---|---|
AuthorizedCertificate | body | The body of the request. |
string | appsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.AuthorizedCertificatesResource.CreateRequest |
Delete(string, string)
Deletes the specified SSL certificate.
Declaration
public virtual AppsResource.AuthorizedCertificatesResource.DeleteRequest Delete(string appsId, string authorizedCertificatesId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | authorizedCertificatesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.AuthorizedCertificatesResource.DeleteRequest |
Get(string, string)
Gets the specified SSL certificate.
Declaration
public virtual AppsResource.AuthorizedCertificatesResource.GetRequest Get(string appsId, string authorizedCertificatesId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | authorizedCertificatesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.AuthorizedCertificatesResource.GetRequest |
List(string)
Lists all SSL certificates the user is authorized to administer.
Declaration
public virtual AppsResource.AuthorizedCertificatesResource.ListRequest List(string appsId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.AuthorizedCertificatesResource.ListRequest |
Patch(AuthorizedCertificate, 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 AppsResource.AuthorizedCertificatesResource.PatchRequest Patch(AuthorizedCertificate body, string appsId, string authorizedCertificatesId)
Parameters
Type | Name | Description |
---|---|---|
AuthorizedCertificate | body | The body of the request. |
string | appsId | Part of |
string | authorizedCertificatesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.AuthorizedCertificatesResource.PatchRequest |