Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 907 Bytes

PolicySubject.md

File metadata and controls

29 lines (23 loc) · 907 Bytes

PolicySubject

Properties

Name Type Description Notes
VarFilter String [optional]
Format String[] [optional]
MatchAttribute String [optional]
MatchType PolicySubjectMatchType [optional]
UserNameTemplate PolicyUserNameTemplate [optional]

Examples

  • 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

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