Class: DatadogAPIClient::V1::OrganizationSettingsSaml

Inherits:
Object
  • Object
show all
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

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.rb', line 28

def additional_properties
  @additional_properties
end

#enabledObject

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