Skip to main content

Entitlementconnectionsearchhitentitlement

Properties

NameTypeDescriptionNotes
IdStringEntitlement identifier.[optional]
NameStringEntitlement name.[optional]
DisplayNameStringHuman-readable entitlement label.[optional]
DescriptionStringEntitlement description.[optional]
AttributeStringSource attribute carrying entitlement values.[optional]
ValueStringSource entitlement value.[optional]
SourceSchemaObjectTypeStringSource schema object type for the entitlement.[optional]
PrivilegeLevelEntitlementconnectionsearchhitentitlementPrivilegeLevel[optional]

Examples

  • Prepare the resource
$Entitlementconnectionsearchhitentitlement = Initialize-Entitlementconnectionsearchhitentitlement  -Id 2c918085804e1a0601806289c30a66de `
-Name Launcher `
-DisplayName Launcher `
-Description description of launcher entitlement `
-Attribute memberOf `
-Value CN=productivity-bryants-org-1,OU=Groups,dc=flatfile,dc=endtoend,dc=com `
-SourceSchemaObjectType ENTITLEMENT `
-PrivilegeLevel null
  • Convert the resource to JSON
$Entitlementconnectionsearchhitentitlement | ConvertTo-JSON

[Back to top]