Class: DatadogAPIClient::V2::OktaAccountAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OktaAccountAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/okta_account_attributes.rb
Overview
Attributes object for an Okta account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
The API key of the Okta account.
-
#auth_method ⇒ Object
readonly
The authorization method for an Okta account.
-
#client_id ⇒ Object
The Client ID of an Okta app integration.
-
#client_secret ⇒ Object
The client secret of an Okta app integration.
-
#domain ⇒ Object
readonly
The domain of the Okta account.
-
#name ⇒ Object
readonly
The name of the Okta account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 42 def additional_properties @additional_properties end |
#api_key ⇒ Object
The API key of the Okta account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 25 def api_key @api_key end |
#auth_method ⇒ Object
The authorization method for an Okta account.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 28 def auth_method @auth_method end |
#client_id ⇒ Object
The Client ID of an Okta app integration.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 31 def client_id @client_id end |
#client_secret ⇒ Object
The client secret of an Okta app integration.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 34 def client_secret @client_secret end |
#domain ⇒ Object
The domain of the Okta account.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 37 def domain @domain end |
#name ⇒ Object
The name of the Okta account.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/okta_account_attributes.rb', line 40 def name @name end |