Class: DatadogAPIClient::V2::OktaAccountAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#api_keyObject

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_methodObject

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_idObject

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_secretObject

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

#domainObject

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

#nameObject

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