Skip to main content

settings

Creates, updates, deletes, gets or lists a settings resource.

Overview

Namesettings
TypeResource
Idokta.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:

NameAccessible byRequired ParamsOptional ParamsDescription
replace_okta_personal_admin_settingsreplacesubdomainReplaces 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.

NameDatatypeDescription
subdomainstringThe 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

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
;