Share feedback
Answers are generated based on the documentation.

Schema

scim_group

Type: object

display

Type: string

All schema constraints and annotations
{
  "example": "nightswatch",
  "type": "string"
}
value

Type: string

All schema constraints and annotations
{
  "example": "nightswatch",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "display": {
      "example": "nightswatch",
      "type": "string"
    },
    "value": {
      "example": "nightswatch",
      "type": "string"
    }
  },
  "type": "object"
}