AppAccess
attributes
Name | Type | Read | Write | Hidden | Optional |
---|---|---|---|---|---|
id | Unicode | True | False | False | False |
name | Unicode | True | False | False | False |
Comments
If the response is expecting a groupID then client should recast the id into an intJson example
{
"__type__": "AppAccess",
"__properties__": {
"id": "azerty",
"name": "azerty"
}
}