Name | Type | Description | Notes |
---|---|---|---|
Attribute | String | [optional] | |
Patterns | UserIdentifierConditionEvaluatorPattern[] | [optional] | |
Type | UserIdentifierType | [optional] |
- Prepare the resource
$UserIdentifierPolicyRuleCondition = Initialize-Okta.PowerShellUserIdentifierPolicyRuleCondition -Attribute null `
-Patterns null `
-Type null
- Convert the resource to JSON
$UserIdentifierPolicyRuleCondition | ConvertTo-JSON