Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Brand |
CustomizationApi.createBrand(CreateBrandRequest createBrandRequest)
Create a Brand
Creates new brand in your org
|
Brand |
CustomizationApi.getBrand(String brandId)
Retrieve a Brand
Retrieves a brand by `brandId`
|
Brand |
CustomizationApi.replaceBrand(String brandId,
BrandRequest brand)
Replace a Brand
Replaces a brand by `brandId`
|
Modifier and Type | Method and Description |
---|---|
List<Brand> |
CustomizationApi.listBrands()
List all Brands
Lists all the brands in your org
|
List<Brand> |
EmailDomainApi.listEmailDomainBrands(String emailDomainId)
List all brands linked to an email domain
Lists all brands linked to an email domain
|
Modifier and Type | Method and Description |
---|---|
Brand |
Brand.agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) |
Brand |
Brand.customPrivacyPolicyUrl(String customPrivacyPolicyUrl) |
Brand |
Brand.defaultApp(BrandDefaultApp defaultApp) |
Brand |
Brand.displayLanguage(String displayLanguage) |
Brand |
Brand.links(BrandLinks links) |
Brand |
Brand.name(String name) |
Brand |
Brand.removePoweredByOkta(Boolean removePoweredByOkta) |
Copyright © 2017–2023 Okta. All rights reserved.