Acl
For a list of methods for this resource, see the end of this page.このリソースのメソッドのリストについては、このページの終わりを参照してください。
Resource representationsリソース表現
{
  "kind": "calendar#aclRule",
  "etag": etag,
  "id": string,
  "scope": {
    "type": string,
    "value": string
  },
  "role": string
}
    | Property nameプロパティ名 | Value値 | Description説明 | Notesノート | 
|---|---|---|---|
| etag | etag | ETag of the resource.リソースのETag。 | |
| id | string | Identifier of the ACL rule.ACLルールの識別子 | |
| kind | string | Type of the resource (" calendar#aclRule").リソースの種類( "calendar#aclRule")。 | |
| role | string | The role assigned to the scope. Possible values are: 
 | writable 書き込み可能 | 
| scope | object | The scope of the rule.ルールの範囲 | |
| scope.type | string | The type of the scope. Possible values are: 
 default", or public, scope apply to any user, authenticated or not. | |
| scope.value | string | The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type " default".スコープの種類に応じて、ユーザーまたはグループの電子メールアドレス、またはドメインの名前。タイプ "default"は省略されています。 | writable 書き込み可能 | 
Methods方法
- delete削除する
- Deletes an access control rule.アクセス制御規則を削除します。
- get取得する
- Returns an access control rule.アクセス制御規則を返します。
- insertインサート
- Creates an access control rule.アクセス制御規則を作成します。
- listリスト
- Returns the rules in the access control list for the calendar.カレンダーのアクセス制御リスト内の規則を返します。
- patchパッチ
- Updates an access control rule. This method supports patch semantics.アクセス制御規則を更新します。このメソッドはパッチのセマンティクスをサポートしています。
- update更新
- Updates an access control rule.アクセス制御規則を更新します。
- watch時計
- Watch for changes to ACL resources.ACLリソースへの変更を監視します。
関連記事
スポンサーリンク







