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:
  • "none" - Provides no access." none" - アクセス権を与えません。
  • "freeBusyReader" - Provides read access to free/busy information." freeBusyReader" - 空き時間情報への読み取りアクセスを提供します。
  • "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden." reader" - カレンダーへの読み取りアクセスを提供します。非公開の予定は閲覧者アクセス権を持つユーザーに表示されますが、予定の詳細は非表示になります。
  • "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible." writer" - カレンダーへの読み書きアクセスを提供します。非公開のイベントは、書き込み権限を持つユーザーに表示され、イベントの詳細が表示されます。
  • "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs." owner" - カレンダーの所有権を提供します。この役割には、ACLを表示および操作するための追加機能を持つ、作成者役割のすべての許可があります。
writable 書き込み可能
scope object The scope of the rule.ルールの範囲
scope.type string The type of the scope. Possible values are:
  • "default" - The public scope. This is the default value." default" - 公開範囲です。これがデフォルト値です。
  • "user" - Limits the scope to a single user." user" - 範囲を1人のユーザーに制限します。
  • "group" - Limits the scope to a group." group" - 範囲をグループに限定します。
  • "domain" - Limits the scope to a domain." domain" - 範囲をドメインに限定します。
Note: The permissions granted to the "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リソースへの変更を監視します。

関連記事

スポンサーリンク

WgetがSSLでダウンロードできない場合

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る