Class: DatadogAPIClient::V2::SAMLConfigurationAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SAMLConfigurationAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/saml_configuration_attributes.rb
Overview
Attributes of a SAML configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assertion_consumer_service ⇒ Object
The assertion consumer service (ACS) URLs that the identity provider posts SAML responses to.
-
#created_at ⇒ Object
Creation time of the SAML configuration.
-
#entity_id ⇒ Object
The service provider entity ID Datadog presents to the identity provider.
-
#expires_at ⇒ Object
Expiration time of the uploaded identity provider metadata.
-
#idp_initiated ⇒ Object
Whether identity-provider-initiated login is enabled for the organization.
-
#jit_domains ⇒ Object
Email domains for which users are automatically provisioned on first SAML login (just-in-time provisioning).
-
#modified_at ⇒ Object
Time of the last SAML configuration modification.
-
#sso_url ⇒ Object
The single sign-on URL users can visit to start a SAML login.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 50 def additional_properties @additional_properties end |
#assertion_consumer_service ⇒ Object
The assertion consumer service (ACS) URLs that the identity provider posts SAML responses to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 25 def assertion_consumer_service @assertion_consumer_service end |
#created_at ⇒ Object
Creation time of the SAML configuration.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 28 def created_at @created_at end |
#entity_id ⇒ Object
The service provider entity ID Datadog presents to the identity provider.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 31 def entity_id @entity_id end |
#expires_at ⇒ Object
Expiration time of the uploaded identity provider metadata.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 34 def expires_at @expires_at end |
#idp_initiated ⇒ Object
Whether identity-provider-initiated login is enabled for the organization.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 37 def idp_initiated @idp_initiated end |
#jit_domains ⇒ Object
Email domains for which users are automatically provisioned on first SAML login (just-in-time provisioning).
41 42 43 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 41 def jit_domains @jit_domains end |
#modified_at ⇒ Object
Time of the last SAML configuration modification.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 44 def modified_at @modified_at end |
#sso_url ⇒ Object
The single sign-on URL users can visit to start a SAML login.
Returns null when the organization is identity-provider-initiated and has no subdomain.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/saml_configuration_attributes.rb', line 48 def sso_url @sso_url end |