API Reference google_api_site_verification v0.11.0
Modules
API client metadata for GoogleApi.SiteVerification.V1.
API calls for all endpoints tagged WebResource
.
Handle Tesla connections for GoogleApi.SiteVerification.V1.
Attributes
-
site
(type:GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequestSite.t
, default:nil
) - The site for which a verification token will be generated. -
verificationMethod
(type:String.t
, default:nil
) - The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.
The site for which a verification token will be generated.
Attributes
-
method
(type:String.t
, default:nil
) - The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain. -
token
(type:String.t
, default:nil
) - The verification token. The token must be placed appropriately in order for verification to succeed.
Attributes
-
id
(type:String.t
, default:nil
) - The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations. -
owners
(type:list(String.t)
, default:nil
) - The email addresses of all verified owners. -
site
(type:GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite.t
, default:nil
) - The address and type of a site that is verified or will be verified.
The address and type of a site that is verified or will be verified.