Acl
资源表示法
{
"kind": "calendar#aclRule",
"etag": etag,
"id": string,
"scope": {
"type": string,
"value": string
},
"role": string
}
属性名称 |
值 |
说明 |
备注 |
etag |
etag |
资源的 ETag。 |
|
id |
string |
访问控制列表 (ACL) 规则的标识符。请参阅共享日历。 |
|
kind |
string |
资源的类型(“calendar#aclRule ”)。 |
|
role |
string |
分配给范围的角色。可能的值包括:- “
none ”- 不提供访问权限。 - “
freeBusyReader ”- 提供空闲/忙碌信息的读取权限。 - “
reader ”- 提供日历的读取权限。拥有读者访问权限的用户将会看到不公开活动,但活动详细信息处于隐藏状态。 - “
writer ”- 提供日历的读写权限。拥有写入者权限的用户会看到不公开的活动,并且活动详细信息也会显示。 - “
owner ”- 提供日历的所有权。此角色拥有 writer 角色的所有权限,还拥有查看和操作 ACL 的额外权限。
|
可写入 |
scope |
object |
此 ACL 规则授予日历访问权限的范围。 |
|
scope.type |
string |
范围的类型。可能的值包括:- “
default ”- 公共范围。这是默认值。 - “
user ”- 将范围限定为单个用户。 - “
group ”- 将范围限定为某个组。 - “
domain ”- 将范围限定为某个域。 注意:授予“default ”范围的权限(即公开权限)适用于任何用户,无论用户是否通过身份验证。 |
|
scope.value |
string |
用户或群组的电子邮件地址或域名,具体取决于范围类型。类型“default ”已省略。 |
可写入 |
方法
- delete
- 删除访问权限控制规则。
- get
- 返回访问权限控制规则。
- insert
- 创建访问权限控制规则。
- list
- 返回日历访问控制列表中的规则。
- patch
- 更新访问权限控制规则。此方法支持补丁语义。请注意,每个补丁请求消耗三个配额单元:首选使用
get
,后跟 update
。您指定的字段值会替换现有值。您未在请求中指定的字段将保持不变。数组字段(如果指定)会覆盖现有的数组;这会舍弃之前的所有数组元素
- update
- 更新访问权限控制规则。
- 手表
- 注意 ACL 资源的更改。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Resource representations define the structure of access control list (ACL) rules for Google Calendar, encompassing properties like `etag`, `id`, `kind`, `role`, and `scope`."],["`role` property dictates the level of access granted, ranging from no access (`none`) to full ownership (`owner`), influencing visibility and manipulation of calendar data."],["`scope` property determines the extent of access, targeting specific users, groups, domains, or the public (`default`), with varying implications for data sharing."],["Supported methods provide functionalities to manage ACL rules, including creating (`insert`), retrieving (`get`), updating (`update`, `patch`), deleting (`delete`), listing (`list`), and watching for changes (`watch`)."]]],[]]