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(java.lang.String brandId)
Retrieve a Brand
Retrieves a brand by `brandId`
|
Brand |
CustomizationApi.replaceBrand(java.lang.String brandId,
BrandRequest brand)
Replace a Brand
Replaces a brand by `brandId`
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Brand> |
CustomizationApi.listBrands()
List all Brands
Lists all the brands in your org
|
java.util.List<Brand> |
EmailDomainApi.listEmailDomainBrands(java.lang.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(java.lang.Boolean agreeToCustomPrivacyPolicy) |
Brand |
Brand.customPrivacyPolicyUrl(java.lang.String customPrivacyPolicyUrl) |
Brand |
Brand.defaultApp(BrandDefaultApp defaultApp) |
Brand |
Brand.displayLanguage(java.lang.String displayLanguage) |
Brand |
Brand.links(BrandLinks links) |
Brand |
Brand.name(java.lang.String name) |
Brand |
Brand.removePoweredByOkta(java.lang.Boolean removePoweredByOkta) |
Copyright © 2017-2022 Okta. All Rights Reserved.