Class: DatadogAPIClient::V2::UserOverrideIdentityProviderAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserOverrideIdentityProviderAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/user_override_identity_provider_attributes.rb
Overview
Attributes of an identity provider override for a user.
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.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/user_override_identity_provider_attributes.rb', line 27 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/user_override_identity_provider_attributes.rb', line 25 def authentication_method @authentication_method end |