Skip to main content

BrandingItemCreate

Properties

NameTypeDescriptionNotes
NameStringname of branding item[required]
ProductNameStringproduct name[required]
ActionButtonColorStringhex value of color for action button[optional]
ActiveLinkColorStringhex value of color for link[optional]
NavigationColorStringhex value of color for navigation bar[optional]
EmailFromAddressStringemail from address[optional]
LoginInformationalMessageStringlogin information message[optional]
FileStandardSystem.IO.FileInfopng file with logo[optional]

Examples

  • Prepare the resource
$BrandingItemCreate = Initialize-PSSailpoint.V2024BrandingItemCreate  -Name custom-branding-item `
-ProductName product name `
-ActionButtonColor 0074D9 `
-ActiveLinkColor 011E69 `
-NavigationColor 011E69 `
-EmailFromAddress no-reply@sailpoint.com `
-LoginInformationalMessage `
-FileStandard \x00\x00\x00\x02
  • Convert the resource to JSON
$BrandingItemCreate | ConvertTo-JSON

[Back to top]