Sha256: 9519aaefdaad8b8978ffcae05dc0b47609692faab2d4c68151febf99bb54ce29
Contents?: true
Size: 966 Bytes
Versions: 2
Compression:
Stored size: 966 Bytes
Contents
# DatadogAPIClient::V1::OrganizationSettingsSamlStrictMode ## Properties | Name | Type | Description | Notes | | ----------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **enabled** | **Boolean** | Whether or not the SAML strict mode is enabled. If true, all users must log in with SAML. Learn more on the [SAML Strict documentation](https://docs.datadoghq.com/account_management/saml/#saml-strict). | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::OrganizationSettingsSamlStrictMode.new( enabled: false ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/OrganizationSettingsSamlStrictMode.md |
datadog_api_client-1.5.0 | docs/v1/OrganizationSettingsSamlStrictMode.md |