Skip to main content

sign_in_widget_versions

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

Overview

Namesign_in_widget_versions
TypeResource
Idokta.brands.sign_in_widget_versions

Fields

The following fields are returned by SELECT queries:

Successfully listed the sign-in widget versions.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_all_sign_in_widget_versionsselectsubdomainLists all sign-in widget versions supported by the current 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)

SELECT examples

Lists all sign-in widget versions supported by the current org

SELECT
*
FROM okta.brands.sign_in_widget_versions
WHERE subdomain = '{{ subdomain }}' -- required
;