A JSON array of settings.

Hierarchy

  • OrganizationSettings

Constructors

Properties

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

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
privateWidgetShare?: boolean

Whether or not the organization users can share widgets outside of Datadog.

Set the boolean property enabled to enable or disable single sign on with SAML. See the SAML documentation for more information about all SAML settings.

samlAutocreateAccessRole?: AccessRole

The access role of the user. Options are st (standard user), adm (admin user), or ro (read-only user).

Has two properties, enabled (boolean) and domains, which is a list of domains without the @ symbol.

samlCanBeEnabled?: boolean

Whether or not SAML can be enabled for this organization.

samlIdpEndpoint?: string

Identity provider endpoint for SAML authentication.

Has one property enabled (boolean).

samlIdpMetadataUploaded?: boolean

Whether or not a SAML identity provider metadata file was provided to the Datadog organization.

samlLoginUrl?: string

URL for SAML logging.

Has one property enabled (boolean).

Generated using TypeDoc