access_feature_app_props

APIs.ioEngineeringPlatform

Properties

Name Type Description
allowed_idps object
app_launcher_logo_url object
auto_redirect_to_identity object
bg_color object
domain object
footer_links object
header_bg_color object
landing_page_design object
name object
session_duration object
skip_app_launcher_login_page object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-feature-app-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_feature_app_props",
  "title": "access_feature_app_props",
  "properties": {
    "allowed_idps": {
      "$ref": "#/components/schemas/access_allowed_idps"
    },
    "app_launcher_logo_url": {
      "$ref": "#/components/schemas/access_app_launcher_logo_url"
    },
    "auto_redirect_to_identity": {
      "$ref": "#/components/schemas/access_schemas-auto_redirect_to_identity"
    },
    "bg_color": {
      "$ref": "#/components/schemas/access_bg_color"
    },
    "domain": {
      "$ref": "#/components/schemas/access_domain"
    },
    "footer_links": {
      "$ref": "#/components/schemas/access_footer_links"
    },
    "header_bg_color": {
      "$ref": "#/components/schemas/access_header_bg_color"
    },
    "landing_page_design": {
      "$ref": "#/components/schemas/access_landing_page_design"
    },
    "name": {
      "$ref": "#/components/schemas/access_apps_components-schemas-name"
    },
    "session_duration": {
      "$ref": "#/components/schemas/access_schemas-session_duration"
    },
    "skip_app_launcher_login_page": {
      "$ref": "#/components/schemas/access_skip_app_launcher_login_page"
    },
    "type": {
      "$ref": "#/components/schemas/access_type"
    }
  },
  "required": [
    "type"
  ],
  "type": "object"
}