Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 526 Bytes

GroupCondition.md

File metadata and controls

12 lines (8 loc) · 526 Bytes

Okta.Sdk.Model.GroupCondition

Specifies a set of Groups whose Users are to be included or excluded

Properties

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

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