Class: DatadogAPIClient::V1::OrganizationSettingsSamlAutocreateUsersDomains
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationSettingsSamlAutocreateUsersDomains
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb
Overview
Has two properties, ‘enabled` (boolean) and `domains`, which is a list of domains without the @ symbol.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domains ⇒ Object
List of domains where the SAML automated user creation is enabled.
-
#enabled ⇒ Object
Whether or not the automated user creation based on SAML domain is enabled.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb', line 30 def additional_properties @additional_properties end |
#domains ⇒ Object
List of domains where the SAML automated user creation is enabled.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb', line 25 def domains @domains end |
#enabled ⇒ Object
Whether or not the automated user creation based on SAML domain is enabled.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb', line 28 def enabled @enabled end |