Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class Type.
DnsAuthorization type.
Protobuf type google.cloud.certificatemanager.v1.DnsAuthorization.Type
Namespace
Google \ Cloud \ CertificateManager \ V1 \ DnsAuthorizationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Type is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
FIXED_RECORD
Value: 1FIXED_RECORD DNS authorization uses DNS-01 validation method.
Generated from protobuf enum FIXED_RECORD = 1;
PER_PROJECT_RECORD
Value: 2PER_PROJECT_RECORD DNS authorization allows for independent management of Google-managed certificates with DNS authorization across multiple projects.
Generated from protobuf enum PER_PROJECT_RECORD = 2;