Class: DatadogAPIClient::V1::OrganizationSettingsSamlStrictMode

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb

Overview

Has one property enabled (boolean).

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#enabledObject

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](docs.datadoghq.com/account_management/saml/#saml-strict).



30
31
32
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb', line 30

def enabled
  @enabled
end