Uses of Class
com.okta.sdk.resource.model.Brand
Packages that use Brand
-
Uses of Brand in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return BrandModifier 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
Methods in com.okta.sdk.resource.model that return BrandModifier and TypeMethodDescriptionBrand.agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) Brand.customPrivacyPolicyUrl(String customPrivacyPolicyUrl) Brand.defaultApp(DefaultApp defaultApp) Brand.emailDomainId(String emailDomainId) Brand.removePoweredByOkta(Boolean removePoweredByOkta)