type property
Type of DnsAuthorization.
If unset during resource creation the following default will be used: - in location global: FIXED_RECORD.
Immutable. Possible string values are:
- "TYPE_UNSPECIFIED" : Type is unspecified.
- "FIXED_RECORD" : FIXED_RECORD DNS authorization uses DNS-01 validation method.
- "PER_PROJECT_RECORD" : PER_PROJECT_RECORD DNS authorization allows for independent management of Google-managed certificates with DNS authorization across multiple projects.
Implementation
core.String? type;