Class: DatadogAPIClient::V1::OrganizationSettingsSaml
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationSettingsSaml
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_settings_saml.rb
Overview
Set the boolean property enabled to enable or disable single sign on with SAML. See the SAML documentation for more information about all SAML settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Whether or not SAML is enabled for this organization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/organization_settings_saml.rb', line 28 def additional_properties @additional_properties end |
#enabled ⇒ Object
Whether or not SAML is enabled for this organization.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/organization_settings_saml.rb', line 26 def enabled @enabled end |