Interface IGroupRulePeopleCondition
Represents a GroupRulePeopleCondition resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IGroupRulePeopleCondition : IResource
Properties
Groups
Declaration
IGroupRuleGroupCondition Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| IGroupRuleGroupCondition |
Users
Declaration
IGroupRuleUserCondition Users { get; set; }
Property Value
| Type | Description |
|---|---|
| IGroupRuleUserCondition |