Skip to main content

DataAccessCategoriesInner

Properties

NameTypeDescriptionNotes
ValueStringValue of the category[optional]
MatchCountInt32Number of matched for each category[optional]

Examples

  • Prepare the resource
$DataAccessCategoriesInner = Initialize-PSSailpoint.V2024DataAccessCategoriesInner  -Value email-7 `
-MatchCount 10
  • Convert the resource to JSON
$DataAccessCategoriesInner | ConvertTo-JSON

[Back to top]