AppAccess

Home

AppAccess

attributes

NameTypeReadWriteHiddenOptional
idUnicodeTrueFalseFalseFalse
nameUnicodeTrueFalseFalseFalse

Comments

If the response is expecting a groupID then client should recast the id into an int

Json example

{
  "__type__": "AppAccess", 
  "__properties__": {
    "id": "azerty", 
    "name": "azerty"
  }
}