API version:
Show / Hide Table of Contents

Interface IProtocol

Represents a Protocol 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 IProtocol : IResource

Properties

Algorithms

Declaration
IProtocolAlgorithms Algorithms { get; set; }
Property Value
Type Description
IProtocolAlgorithms

Credentials

Declaration
IIdentityProviderCredentials Credentials { get; set; }
Property Value
Type Description
IIdentityProviderCredentials

Endpoints

Declaration
IProtocolEndpoints Endpoints { get; set; }
Property Value
Type Description
IProtocolEndpoints

Issuer

Declaration
IProtocolEndpoint Issuer { get; set; }
Property Value
Type Description
IProtocolEndpoint

RelayState

Declaration
IProtocolRelayState RelayState { get; set; }
Property Value
Type Description
IProtocolRelayState

Scopes

Declaration
IList<string> Scopes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Settings

Declaration
IProtocolSettings Settings { get; set; }
Property Value
Type Description
IProtocolSettings

Type

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