Skip to main content

Identityentitlements

Properties

NameTypeDescriptionNotes
ObjectRefTaggedobjectdto[optional]
Tags[]StringLabels to be applied to object.[optional]

Examples

  • Prepare the resource
$Identityentitlements = Initialize-Identityentitlements  -ObjectRef null `
-Tags ["BU_FINANCE","PCI"]
  • Convert the resource to JSON
$Identityentitlements | ConvertTo-JSON

[Back to top]