Class: DatadogAPIClient::V1::OrganizationSettings
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationSettings
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_settings.rb
Overview
A JSON array of settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#private_widget_share ⇒ Object
Whether or not the organization users can share widgets outside of Datadog.
-
#saml ⇒ Object
Set the boolean property enabled to enable or disable single sign on with SAML.
-
#saml_autocreate_access_role ⇒ Object
The access role of the user.
-
#saml_autocreate_users_domains ⇒ Object
Has two properties, ‘enabled` (boolean) and `domains`, which is a list of domains without the @ symbol.
-
#saml_can_be_enabled ⇒ Object
Whether or not SAML can be enabled for this organization.
-
#saml_idp_endpoint ⇒ Object
Identity provider endpoint for SAML authentication.
-
#saml_idp_initiated_login ⇒ Object
Has one property enabled (boolean).
-
#saml_idp_metadata_uploaded ⇒ Object
Whether or not a SAML identity provider metadata file was provided to the Datadog organization.
-
#saml_login_url ⇒ Object
URL for SAML logging.
-
#saml_strict_mode ⇒ Object
Has one property enabled (boolean).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_share ⇒ Object
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 end |
#saml ⇒ Object
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_role ⇒ Object
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_domains ⇒ Object
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_enabled ⇒ Object
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_endpoint ⇒ Object
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_login ⇒ Object
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 @saml_idp_initiated_login end |
#saml_idp_metadata_uploaded ⇒ Object
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_url ⇒ Object
URL for SAML logging.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/organization_settings.rb', line 50 def saml_login_url @saml_login_url end |
#saml_strict_mode ⇒ Object
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 |