API version:
Show / Hide Table of Contents

Interface IAuthorizationServerPolicyRule

Represents a AuthorizationServerPolicyRule 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 IAuthorizationServerPolicyRule : IResource

Properties

Actions

Declaration
IAuthorizationServerPolicyRuleActions Actions { get; set; }
Property Value
Type Description
IAuthorizationServerPolicyRuleActions

Conditions

Declaration
IAuthorizationServerPolicyRuleConditions Conditions { get; set; }
Property Value
Type Description
IAuthorizationServerPolicyRuleConditions

Created

Declaration
DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Id

Declaration
string Id { get; }
Property Value
Type Description
System.String

LastUpdated

Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Priority

Declaration
int? Priority { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Status

Declaration
string Status { get; set; }
Property Value
Type Description
System.String

System

Declaration
bool? System { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Type

Declaration
string Type { get; set; }
Property Value
Type Description
System.String

Methods

ActivateAsync(String, String, CancellationToken)

Declaration
Task ActivateAsync(string authServerId, string policyId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.String authServerId
System.String policyId
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task

DeactivateAsync(String, String, CancellationToken)

Declaration
Task DeactivateAsync(string authServerId, string policyId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.String authServerId
System.String policyId
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.