@cpod/sdk - v0.2.7
Preparing search index...
OrgSettings
Interface OrgSettings
Organization settings
interface
OrgSettings
{
general
:
{
timezone
:
string
;
date_format
:
string
;
language
:
string
}
;
security
:
{
session_timeout
:
number
;
mfa_required
:
boolean
;
password_policy
:
{
min_length
:
number
;
require_uppercase
:
boolean
;
require_numbers
:
boolean
;
require_symbols
:
boolean
;
}
;
}
;
notifications
:
{
email_enabled
:
boolean
;
slack_enabled
:
boolean
;
webhook_url
?:
string
;
}
;
}
Index
Properties
general
security
notifications
Properties
general
general
:
{
timezone
:
string
;
date_format
:
string
;
language
:
string
}
security
security
:
{
session_timeout
:
number
;
mfa_required
:
boolean
;
password_policy
:
{
min_length
:
number
;
require_uppercase
:
boolean
;
require_numbers
:
boolean
;
require_symbols
:
boolean
;
}
;
}
notifications
notifications
:
{
email_enabled
:
boolean
;
slack_enabled
:
boolean
;
webhook_url
?:
string
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
general
security
notifications
@cpod/sdk - v0.2.7
Loading...
Organization settings