Interface IApplicationAccessibility
Represents a ApplicationAccessibility resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IApplicationAccessibility : IResource
Properties
ErrorRedirectUrl
Declaration
string ErrorRedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginRedirectUrl
Declaration
string LoginRedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
SelfService
Declaration
bool? SelfService { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|