Class: DatadogAPIClient::V2::IdentityProviderAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IdentityProviderAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#authentication_method ⇒ Object
readonly
The authentication method used by this identity provider.
-
#enabled ⇒ Object
readonly
Whether this identity provider is enabled for the organization.
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/v2/models/identity_provider_attributes.rb', line 30 def additional_properties @additional_properties end |
#authentication_method ⇒ Object
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 |
#enabled ⇒ Object
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 |