Interface IGroupRuleConditions
Represents a GroupRuleConditions resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IGroupRuleConditions : IResource
Properties
Expression
Declaration
IGroupRuleExpression Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| IGroupRuleExpression |
People
Declaration
IGroupRulePeopleCondition People { get; set; }
Property Value
| Type | Description |
|---|---|
| IGroupRulePeopleCondition |