settings
Creates, updates, deletes, gets or lists a settings resource.
Overview
| Name | settings |
| Type | Resource |
| Id | okta.okta_personal_settings.settings |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
replace_okta_personal_admin_settings | replace | subdomain | Replaces Okta Personal admin settings in a Workforce org |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
subdomain | string | The domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains. (default: my-org) |
REPLACE examples
- replace_okta_personal_admin_settings
Replaces Okta Personal admin settings in a Workforce org
REPLACE okta.okta_personal_settings.settings
SET
data__enableEnduserEntryPoints = {{ enableEnduserEntryPoints }},
data__enableExportApps = {{ enableExportApps }}
WHERE
subdomain = '{{ subdomain }}' --required
;