Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.61 KB

DeclarativeOrganizationInfo.md

File metadata and controls

30 lines (25 loc) · 2.61 KB

DeclarativeOrganizationInfo

Information available about an organization.

Properties

Name Type Description Notes
hostname str Formal hostname used in deployment.
id str Identifier of the organization.
name str Formal name of the organization.
permissions [DeclarativeOrganizationPermission]
allowed_origins [str] [optional]
color_palettes [DeclarativeColorPalette] A list of color palettes. [optional]
csp_directives [DeclarativeCspDirective] A list of CSP directives. [optional]
early_access str Early access defined on level Organization [optional]
early_access_values [str] Early access defined on level Organization [optional]
oauth_client_id str Identifier of the authentication provider [optional]
oauth_client_secret str Communication secret of the authentication provider (never returned back). [optional]
oauth_custom_auth_attributes {str: (str,)} Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute. [optional]
oauth_custom_scopes [str], none_type List of additional OAuth scopes which may be required by other providers (e.g. Snowflake) [optional]
oauth_issuer_id str Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider. [optional]
oauth_issuer_location str URI of the authentication provider. [optional]
oauth_subject_id_claim str Any string identifying the claim in ID token, that should be used for user identification. The default value is 'sub'. [optional]
settings [DeclarativeSetting] A list of organization settings. [optional]
themes [DeclarativeTheme] A list of themes. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]