Skip to main content

Entitlementstatesnapshotjitdetail

Properties

NameTypeDescriptionNotes
ApplicationIdStringApplication id for the entitlement attribute (same as EntitlementStateSnapshot.applicationId).[optional]
AttributeNameStringAccount attribute name for the entitlement (EntitlementStateSnapshot.attributeName).[optional]
AttributeValues[]StringEntitlement values for that attribute (EntitlementStateSnapshot.attributeValues).[optional]

Examples

  • Prepare the resource
$Entitlementstatesnapshotjitdetail = Initialize-Entitlementstatesnapshotjitdetail  -ApplicationId 2c9180835d2e5168015d32f890ca1581 `
-AttributeName groups `
-AttributeValues ["CN=Engineering,OU=Groups,DC=example,DC=com"]
  • Convert the resource to JSON
$Entitlementstatesnapshotjitdetail | ConvertTo-JSON

[Back to top]