Interface ClientUpdateAddons

Addons enabled for this client and their associated configurations.

Hierarchy

  • ClientUpdateAddons

Properties

box?: {
    [key: string]: any;
}

Box SSO indicator (no configuration settings needed for Box SSO).

Type declaration

  • [key: string]: any
cloudbees?: {
    [key: string]: any;
}

CloudBees SSO indicator (no configuration settings needed for CloudBees SSO).

Type declaration

  • [key: string]: any
concur?: {
    [key: string]: any;
}

Concur SSO indicator (no configuration settings needed for Concur SSO).

Type declaration

  • [key: string]: any
dropbox?: {
    [key: string]: any;
}

Dropbox SSO indicator (no configuration settings needed for Dropbox SSO).

Type declaration

  • [key: string]: any
oag?: null | object

Okta Access Gateway SSO configuration

wsfed?: {
    [key: string]: any;
}

WS-Fed (WIF) addon indicator. Actual configuration is stored in callback and client_aliases properties on the client.

Type declaration

  • [key: string]: any