Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 751 Bytes

UserIdentifierConditionEvaluatorPattern.md

File metadata and controls

23 lines (17 loc) · 751 Bytes

UserIdentifierConditionEvaluatorPattern

Properties

Name Type Description Notes
MatchType UserIdentifierMatchType [optional]
Value String [optional]

Examples

  • Prepare the resource
$UserIdentifierConditionEvaluatorPattern = Initialize-Okta.PowerShellUserIdentifierConditionEvaluatorPattern  -MatchType null `
 -Value null
  • Convert the resource to JSON
$UserIdentifierConditionEvaluatorPattern | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]