Interface IProtocolEndpoint
Represents a ProtocolEndpoint resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IProtocolEndpoint : IResource
Properties
Binding
Declaration
string Binding { get; set; }
Property Value
Type |
Description |
System.String |
|
Destination
Declaration
string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
Property Value
Type |
Description |
System.String |
|