Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CreateDnsAuthorizationRequest.
Request for the CreateDnsAuthorization
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dns_authorization
def dns_authorization() -> ::Google::Cloud::CertificateManager::V1::DnsAuthorization
Returns
- (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to create.
#dns_authorization=
def dns_authorization=(value) -> ::Google::Cloud::CertificateManager::V1::DnsAuthorization
Parameter
- value (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to create.
Returns
- (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to create.
#dns_authorization_id
def dns_authorization_id() -> ::String
Returns
- (::String) — Required. A user-provided name of the dns authorization.
#dns_authorization_id=
def dns_authorization_id=(value) -> ::String
Parameter
- value (::String) — Required. A user-provided name of the dns authorization.
Returns
- (::String) — Required. A user-provided name of the dns authorization.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the dns authorization. Must be in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the dns authorization. Must be in the format
projects/*/locations/*
.
Returns
-
(::String) — Required. The parent resource of the dns authorization. Must be in the format
projects/*/locations/*
.