API version:
Show / Hide Table of Contents

Interface IAppLink

Represents a AppLink 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 IAppLink : IResource

Properties

AppAssignmentId

Declaration
string AppAssignmentId { get; }
Property Value
Type Description
System.String

AppInstanceId

Declaration
string AppInstanceId { get; }
Property Value
Type Description
System.String

AppName

Declaration
string AppName { get; }
Property Value
Type Description
System.String

CredentialsSetup

Declaration
bool? CredentialsSetup { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Hidden

Declaration
bool? Hidden { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Id

Declaration
string Id { get; }
Property Value
Type Description
System.String

Label

Declaration
string Label { get; }
Property Value
Type Description
System.String

LinkUrl

Declaration
string LinkUrl { get; }
Property Value
Type Description
System.String

LogoUrl

Declaration
string LogoUrl { get; }
Property Value
Type Description
System.String

SortOrder

Declaration
int? SortOrder { get; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.