API version:
Show / Hide Table of Contents

Interface IAuthorizationServerPolicyRuleConditions

Represents a AuthorizationServerPolicyRuleConditions resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IAuthorizationServerPolicyRuleConditions : IResource

Properties

Clients

Declaration
IClientPolicyCondition Clients { get; set; }
Property Value
Type Description
IClientPolicyCondition

GrantTypes

Declaration
IGrantTypePolicyRuleCondition GrantTypes { get; set; }
Property Value
Type Description
IGrantTypePolicyRuleCondition

People

Declaration
IPolicyPeopleCondition People { get; set; }
Property Value
Type Description
IPolicyPeopleCondition

Scopes

Declaration
IOAuth2ScopesMediationPolicyRuleCondition Scopes { get; set; }
Property Value
Type Description
IOAuth2ScopesMediationPolicyRuleCondition
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.