Class: DatadogAPIClient::V2::OktaAccountUpdateRequestAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::OktaAccountUpdateRequestAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/okta_account_update_request_attributes.rb
 
Overview
Attributes object for updating 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 associated with an Okta account.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/okta_account_update_request_attributes.rb', line 39 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_update_request_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_update_request_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_update_request_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_update_request_attributes.rb', line 34 def client_secret @client_secret end  | 
  
#domain ⇒ Object
The domain associated with an Okta account.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/okta_account_update_request_attributes.rb', line 37 def domain @domain end  |