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

#additional_propertiesObject

Returns the value of attribute additional_properties.



28
29
30
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb', line 28

def additional_properties
  @additional_properties
end

#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).



26
27
28
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb', line 26

def enabled
  @enabled
end