API version:
Show / Hide Table of Contents

Interface IApplicationAccessibility

Represents a ApplicationAccessibility 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 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>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.