|
|
請確保 es-authorization 使用者與 es-authorization-org 組織擁有存取 ThingWorx 使用者群組的必要權限。如需詳細資訊,請參閱〈設定 ThingWorx 群組成員的存取權限〉。
|
|
|
此角色必須為相關 ThingWorx 伺服器中定義的使用者群組之名稱。
|
|
權限
|
描述
|
|---|---|
|
get
|
授與能在資源上使用 GET 方法的權限。這可讓使用者檢視資源。
|
|
post
|
授與能在資源上使用 POST 方法的權限。這可讓使用者建立新的資源實例。
|
|
put
|
授與能在資源上使用 PUT 方法的權限。這可讓使用者更新資源。
|
|
delete
|
授與能在資源上使用 DELETE 方法的權限。這可讓使用者刪除資源。
|
|
options
|
授與能在資源上使用 OPTIONS 方法的權限。這可讓使用者檢視本身已接受的資源權限。
|
{
"roles":"PublishOnly",
"allows":[
{
"resources":["/ExperienceService/content/projects"],
"permissions":["post", "put"]
}
]
},