Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleCriteriaLevel3.md
2025-01-28 13:29:29 -05:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-role-criteria-level3 RoleCriteriaLevel3 RoleCriteriaLevel3 RoleCriteriaLevel3 powershellsdk
powershell
PowerShell
sdk
RoleCriteriaLevel3
BetaRoleCriteriaLevel3
/tools/sdk/powershell/beta/models/role-criteria-level3
SDK
Software Development Kit
RoleCriteriaLevel3
BetaRoleCriteriaLevel3

RoleCriteriaLevel3

Properties

Name Type Description Notes
Operation Pointer to RoleCriteriaOperation [optional]
Key Pointer to RoleCriteriaKey [optional]
StringValue Pointer to String String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error. [optional]

Examples

  • Prepare the resource
$RoleCriteriaLevel3 = Initialize-PSSailpoint.BetaRoleCriteriaLevel3  -Operation null `
 -Key null `
 -StringValue carlee.cert1c9f9b6fd@mailinator.com
  • Convert the resource to JSON
$RoleCriteriaLevel3 | ConvertTo-JSON

[Back to top]