Interface IAuthorizationServerPolicyRuleConditions
Represents a AuthorizationServerPolicyRuleConditions resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IAuthorizationServerPolicyRuleConditions : IResource
Properties
Clients
Declaration
IClientPolicyCondition Clients { get; set; }
Property Value
GrantTypes
Declaration
IGrantTypePolicyRuleCondition GrantTypes { get; set; }
Property Value
People
Declaration
IPolicyPeopleCondition People { get; set; }
Property Value
Scopes
Declaration
IOAuth2ScopesMediationPolicyRuleCondition Scopes { get; set; }
Property Value