access_allowed_idps

The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-allowed-idps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_allowed_idps",
  "title": "access_allowed_idps",
  "description": "The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.",
  "items": {
    "description": "The identity providers selected for application.",
    "example": "699d98642c564d2e855e9661899b7252",
    "type": "string"
  },
  "type": "array"
}