REST Resource: domains
資源:Domain
Postmaster API 中已註冊的網域資源。
JSON 表示法 |
{
"name": string,
"createTime": string,
"permission": enum (Permission )
} |
欄位 |
name |
string
網域的資源名稱。網域名稱的格式為 domains/{domain_name} ,其中 domain_name 為完整的網域名稱 (例如 mymail.<我的網域>.com)。
|
createTime |
string (Timestamp format)
使用者註冊這個網域時的時間戳記。由伺服器指派。
|
permission |
enum (Permission )
使用者對這個網域的權限。由伺服器指派。
|
權限
列舉 |
PERMISSION_UNSPECIFIED |
預設值,且一律不得明確使用。 |
OWNER |
使用者擁有網域的讀取權限,並可與他人共用存取權。 |
READER |
使用者擁有網域的讀取權限。 |
NONE |
使用者的權限不足,無法存取網域相關資訊。使用者未驗證網域擁有權,也未獲得其他網域擁有者授予的存取權。 |
方法 |
|
取得用戶端註冊的特定網域。 |
|
列出用戶端已註冊的網域。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["The Postmaster Tools API allows registered domains to be managed, offering insights into email delivery and reputation."],["Domain resources include details like name, creation timestamp, and user permission level (owner, reader, or none)."],["Users can retrieve information about specific domains or list all domains registered with the client."],["Three permission levels are available for domain access: Owner (read and share), Reader (read-only), and None (no access)."],["The API utilizes JSON for data representation and Timestamp format for recording domain creation time."]]],[]]