Show / Hide Table of Contents

Class AcmeChallengeSetsResource

The "acmeChallengeSets" collection of methods.

Inheritance
object
AcmeChallengeSetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ACMEDNS.v1
Assembly: Google.Apis.ACMEDNS.v1.dll
Syntax
public class AcmeChallengeSetsResource

Constructors

AcmeChallengeSetsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.

Declaration
public virtual AcmeChallengeSetsResource.GetRequest Get(string rootDomain)
Parameters
Type Name Description
string rootDomain

Required. SLD + TLD domain name to list challenges. 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.

Returns
Type Description
AcmeChallengeSetsResource.GetRequest

RotateChallenges(RotateChallengesRequest, string)

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.

Declaration
public virtual AcmeChallengeSetsResource.RotateChallengesRequest RotateChallenges(RotateChallengesRequest body, string rootDomain)
Parameters
Type Name Description
RotateChallengesRequest body

The body of the request.

string 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.

Returns
Type Description
AcmeChallengeSetsResource.RotateChallengesRequest
In this article
Back to top Generated by DocFX