Class AcmeChallengeSetsResource.RotateChallengesRequest
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.
Inheritance
AcmeChallengeSetsResource.RotateChallengesRequest
Inherited Members
Namespace: Google.Apis.ACMEDNS.v1
Assembly: Google.Apis.ACMEDNS.v1.dll
Syntax
public class AcmeChallengeSetsResource.RotateChallengesRequest : ACMEDNSBaseServiceRequest<AcmeChallengeSet>, IClientServiceRequest<AcmeChallengeSet>, IClientServiceRequest
Constructors
RotateChallengesRequest(IClientService, RotateChallengesRequest, string)
Constructs a new RotateChallenges request.
Declaration
public RotateChallengesRequest(IClientService service, RotateChallengesRequest body, string rootDomain)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RotateChallengesRequest | body | |
| string | rootDomain |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.RestPath
RootDomain
Required. SLD + TLD domain name to update records for. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.
Declaration
[RequestParameter("rootDomain", RequestParameterType.Path)]
public virtual string RootDomain { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.GetBody()
InitParameters()
Initializes RotateChallenges parameter list.
Declaration
protected override void InitParameters()