Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.23 KB

Brand.md

File metadata and controls

37 lines (31 loc) · 1.23 KB

Brand

Properties

Name Type Description Notes
AgreeToCustomPrivacyPolicy Boolean [optional]
CustomPrivacyPolicyUrl String [optional]
DefaultApp BrandDefaultApp [optional]
DisplayLanguage String The language specified as an IETF BCP 47 language tag. [optional]
Id String [optional] [readonly]
IsDefault Boolean [optional] [readonly]
Name String [optional]
RemovePoweredByOkta Boolean [optional]
Links BrandLinks [optional]

Examples

  • Prepare the resource
$Brand = Initialize-Okta.PowerShellBrand  -AgreeToCustomPrivacyPolicy null `
 -CustomPrivacyPolicyUrl null `
 -DefaultApp null `
 -DisplayLanguage null `
 -Id null `
 -IsDefault null `
 -Name null `
 -RemovePoweredByOkta null `
 -Links null
  • Convert the resource to JSON
$Brand | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]