Class: DatadogAPIClient::V1::OrganizationSettings

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

Overview

A JSON array of settings.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



55
56
57
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 55

def additional_properties
  @additional_properties
end

#private_widget_shareObject

Whether or not the organization users can share widgets outside of Datadog.



25
26
27
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 25

def private_widget_share
  @private_widget_share
end

#samlObject

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.



29
30
31
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 29

def saml
  @saml
end

#saml_autocreate_access_roleObject

The access role of the user. Options are st (standard user), adm (admin user), or ro (read-only user).



32
33
34
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 32

def saml_autocreate_access_role
  @saml_autocreate_access_role
end

#saml_autocreate_users_domainsObject

Has two properties, ‘enabled` (boolean) and `domains`, which is a list of domains without the @ symbol.



35
36
37
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 35

def saml_autocreate_users_domains
  @saml_autocreate_users_domains
end

#saml_can_be_enabledObject

Whether or not SAML can be enabled for this organization.



38
39
40
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 38

def saml_can_be_enabled
  @saml_can_be_enabled
end

#saml_idp_endpointObject

Identity provider endpoint for SAML authentication.



41
42
43
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 41

def saml_idp_endpoint
  @saml_idp_endpoint
end

#saml_idp_initiated_loginObject

Has one property enabled (boolean).



44
45
46
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 44

def 
  @saml_idp_initiated_login
end

#saml_idp_metadata_uploadedObject

Whether or not a SAML identity provider metadata file was provided to the Datadog organization.



47
48
49
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 47

def 
  @saml_idp_metadata_uploaded
end

#saml_login_urlObject

URL for SAML logging.



50
51
52
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 50

def 
  @saml_login_url
end

#saml_strict_modeObject

Has one property enabled (boolean).



53
54
55
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 53

def saml_strict_mode
  @saml_strict_mode
end