API version:
Show / Hide Table of Contents

Interface IIdentityProviderPolicy

Represents a IdentityProviderPolicy resource in the Okta API.

Inherited Members
IPolicy.Conditions
IPolicy.Created
IPolicy.Description
IPolicy.Id
IPolicy.LastUpdated
IPolicy.Name
IPolicy.Priority
IPolicy.Status
IPolicy.System
IPolicy.Type
IPolicy.ActivateAsync(CancellationToken)
IPolicy.DeactivateAsync(CancellationToken)
IPolicy.ListPolicyRules()
IPolicy.CreateRuleAsync(IPolicyRule, CancellationToken)
IPolicy.GetPolicyRuleAsync(String, CancellationToken)
IPolicy.GetPolicyRuleAsync<T>(String, CancellationToken)
IPolicy.CreateRuleAsync<T>(PolicyRule, CancellationToken)
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 IIdentityProviderPolicy : IPolicy, IResource

Properties

AccountLink

Declaration
IPolicyAccountLink AccountLink { get; set; }
Property Value
Type Description
IPolicyAccountLink

MaxClockSkew

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

Provisioning

Declaration
IProvisioning Provisioning { get; set; }
Property Value
Type Description
IProvisioning

Subject

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