Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 506 Bytes

UserCondition.md

File metadata and controls

12 lines (8 loc) · 506 Bytes

Okta.Sdk.Model.UserCondition

Specifies a set of Users to be included or excluded

Properties

Name Type Description Notes
Exclude List<string> Users to be excluded [optional]
Include List<string> Users to be included [optional]

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