Class: DatadogAPIClient::V2::SAMLConfigurationAttributes

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

Overview

Attributes of a SAML configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_serviceObject

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_atObject

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_idObject

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_atObject

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_initiatedObject

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_domainsObject

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_atObject

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_urlObject

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