Skip to main content

IdentityEntitlements

Properties

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

Examples

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

[Back to top]