Uses of Class
com.okta.sdk.resource.model.Brand
-
Uses of Brand in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionCustomizationApi.createBrand
(List<String> expand, String after, Integer limit, String q, CreateBrandRequest createBrandRequest) Create a Brand Creates a new brand in your orgCustomizationApi.createBrand
(List<String> expand, String after, Integer limit, String q, CreateBrandRequest createBrandRequest, Map<String, String> additionalHeaders) Create a Brand Creates a new brand in your orgCustomizationApi.replaceBrand
(String brandId, BrandRequest brand, List<String> expand) Replace a Brand Replaces a brand by `brandId`CustomizationApi.replaceBrand
(String brandId, BrandRequest brand, List<String> expand, Map<String, String> additionalHeaders) Replace a Brand Replaces a brand by `brandId` -
Uses of Brand in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionBrand.agreeToCustomPrivacyPolicy
(Boolean agreeToCustomPrivacyPolicy) Brand.customPrivacyPolicyUrl
(String customPrivacyPolicyUrl) Brand.defaultApp
(DefaultApp defaultApp) Brand.emailDomainId
(String emailDomainId) Brand.removePoweredByOkta
(Boolean removePoweredByOkta)