Class: DatadogAPIClient::V2::IdentityProviderAttributes

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

Overview

Attributes of an organization identity provider.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/identity_provider_attributes.rb', line 30

def additional_properties
  @additional_properties
end

#authentication_methodObject

The authentication method used by this identity provider.



25
26
27
# File 'lib/datadog_api_client/v2/models/identity_provider_attributes.rb', line 25

def authentication_method
  @authentication_method
end

#enabledObject

Whether this identity provider is enabled for the organization.



28
29
30
# File 'lib/datadog_api_client/v2/models/identity_provider_attributes.rb', line 28

def enabled
  @enabled
end