okta_accounts
Overview
Name | okta_accounts |
Type | Resource |
Id | datadog.okta_integration.okta_accounts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the Okta account, a UUID hash of the account name. |
attributes | object | Attributes object for an Okta account. |
type | string | Account type for an Okta account. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_okta_account | SELECT | account_id, dd_site | Get an Okta account. |
list_okta_accounts | SELECT | dd_site | List Okta accounts. |
create_okta_account | INSERT | data__data, dd_site | Create an Okta account. |
delete_okta_account | DELETE | account_id, dd_site | Delete an Okta account. |
_get_okta_account | EXEC | account_id, dd_site | Get an Okta account. |
_list_okta_accounts | EXEC | dd_site | List Okta accounts. |
update_okta_account | EXEC | account_id, data__data, dd_site | Update an Okta account. |