Sha256: bc8f5c4a2dc8db753b6e566af4c976296b9b93ec9a81ceb85d7b4a3258f533ce
Contents?: true
Size: 549 Bytes
Versions: 7
Compression:
Stored size: 549 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
7 entries across 7 versions & 1 rubygems