Brands
Brands in an organization.
View Specific Information
Required Scopes
To query this view, Scope must include okta.brands.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
- Name supports the '=' and 'LIKE (starts with)' operators
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM Brands WHERE Name='okta-dev-60029214'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the brand |
| AgreeToCustomerPrivacyPolicy | Boolean | Consent for updating the custom privacy URL |
| RemovePoweredByOkta | Boolean | Removes references to Okta from the sign-in page |
| CustomPrivacyPolicyUrl | String | Custom Privacy Policy Url |
| Name | String | Display name of the behavior |
| IsDefault | Boolean | If true, the Brand is used for the Okta subdomain |
| Locale | String | The language specified |
| EmailDomainId | String | Email Domain Id |
| DefaultAppInstanceId | String | ID for the default app instance |
| DefaultAppLinkName | String | Name for the default app instance |
| DefaultAppClassicUri | String | Application URI for classic orgs for the default app instance |