Attributes of a SAML configuration.

Hierarchy

  • SAMLConfigurationAttributes

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
assertionConsumerService?: string[]

The assertion consumer service (ACS) URLs that the identity provider posts SAML responses to.

createdAt?: Date

Creation time of the SAML configuration.

entityId?: string

The service provider entity ID Datadog presents to the identity provider.

expiresAt?: Date

Expiration time of the uploaded identity provider metadata.

idpInitiated?: boolean

Whether identity-provider-initiated login is enabled for the organization.

jitDomains?: string[]

Email domains for which users are automatically provisioned on first SAML login (just-in-time provisioning).

modifiedAt?: Date

Time of the last SAML configuration modification.

ssoUrl?: string

The single sign-on URL users can visit to start a SAML login. Returns null when the organization is identity-provider-initiated and has no subdomain.

Generated using TypeDoc