Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 857 Bytes

UserIdentifierPolicyRuleCondition.md

File metadata and controls

25 lines (19 loc) · 857 Bytes

UserIdentifierPolicyRuleCondition

Properties

Name Type Description Notes
Attribute String [optional]
Patterns UserIdentifierConditionEvaluatorPattern[] [optional]
Type UserIdentifierType [optional]

Examples

  • Prepare the resource
$UserIdentifierPolicyRuleCondition = Initialize-Okta.PowerShellUserIdentifierPolicyRuleCondition  -Attribute null `
 -Patterns null `
 -Type null
  • Convert the resource to JSON
$UserIdentifierPolicyRuleCondition | ConvertTo-JSON

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