Google 会使用 AI 技术将内容翻译成您偏好的语言。AI 翻译可能包含错误。
PatchBody
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
| JSON 表示法 |
{
"schemas": [
string
],
"Operations": [
{
object (Operation)
}
]
} |
| 字段 |
schemas[] |
string
必需。此属性必须包含 urn:ietf:params:scim:api:messages:2.0:PatchOp 的 URI 值。
|
Operations[] |
object (Operation)
必需。每项操作都表示要应用于 SCIM 资源的单个操作。
|
操作
| JSON 表示法 |
{
"op": string,
"path": string,
"value": value
} |
| 字段 |
op |
string
必需。要执行的操作的类型。
|
path |
string
描述操作目标的属性路径。有效路径的示例: "path":"members" "path":"name.familyName" "path":"emails[type eq \"work\"]"
|
value |
value (Value format)
必须为 add 或 replace 操作设置。可以是单个值、对象(包含复杂属性的子属性)或数组,具体取决于目标路径。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-07-08。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-07-08。"],[],[]]