Skip to main content

EntitlementAccessModelMetadata

Properties

NameTypeDescriptionNotes
Attributes[]AttributeDTO[optional]

Examples

  • Prepare the resource
$EntitlementAccessModelMetadata = Initialize-PSSailpoint.BetaEntitlementAccessModelMetadata  -Attributes [{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
  • Convert the resource to JSON
$EntitlementAccessModelMetadata | ConvertTo-JSON

[Back to top]