Name | Type | Description | Notes |
---|---|---|---|
VarFilter | String | [optional] | |
Format | String[] | [optional] | |
MatchAttribute | String | [optional] | |
MatchType | PolicySubjectMatchType | [optional] | |
UserNameTemplate | PolicyUserNameTemplate | [optional] |
- Prepare the resource
$PolicySubject = Initialize-Okta.PowerShellPolicySubject -VarFilter null `
-Format null `
-MatchAttribute null `
-MatchType null `
-UserNameTemplate null
- Convert the resource to JSON
$PolicySubject | ConvertTo-JSON