access_schemas-feature_app_props

APIs.ioEngineeringPlatform

Properties

Name Type Description
allowed_idps object
auto_redirect_to_identity object
domain object
name object
session_duration object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-schemas-feature-app-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_schemas-feature_app_props",
  "title": "access_schemas-feature_app_props",
  "properties": {
    "allowed_idps": {
      "$ref": "#/components/schemas/access_allowed_idps"
    },
    "auto_redirect_to_identity": {
      "$ref": "#/components/schemas/access_schemas-auto_redirect_to_identity"
    },
    "domain": {
      "$ref": "#/components/schemas/access_components-schemas-domain"
    },
    "name": {
      "$ref": "#/components/schemas/access_apps_components-schemas-name"
    },
    "session_duration": {
      "$ref": "#/components/schemas/access_schemas-session_duration"
    },
    "type": {
      "$ref": "#/components/schemas/access_type"
    }
  },
  "required": [
    "type"
  ],
  "type": "object"
}