Interface IProtocol
Represents a Protocol resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IProtocol : IResource
Properties
Algorithms
Declaration
IProtocolAlgorithms Algorithms { get; set; }
Property Value
Credentials
Declaration
IIdentityProviderCredentials Credentials { get; set; }
Property Value
Endpoints
Declaration
IProtocolEndpoints Endpoints { get; set; }
Property Value
Issuer
Declaration
IProtocolEndpoint Issuer { get; set; }
Property Value
RelayState
Declaration
IProtocolRelayState RelayState { get; set; }
Property Value
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
Declaration
string Type { get; set; }
Property Value
Type |
Description |
System.String |
|