Skip to main content

Roleminingentitlementref

Properties

NameTypeDescriptionNotes
IdStringId of the entitlement[optional]
NameStringName of the entitlement[optional]
DescriptionStringDescription forthe entitlement[optional]
AttributeStringThe entitlement attribute[optional]

Examples

  • Prepare the resource
$Roleminingentitlementref = Initialize-Roleminingentitlementref  -Id 2c91808a7e95e6e0017e96e2086206c8 `
-Name App.entitlement.1 `
-Description Entitlement 1 `
-Attribute groups
  • Convert the resource to JSON
$Roleminingentitlementref | ConvertTo-JSON

[Back to top]