API version:
Show / Hide Table of Contents

Class AppLink

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
AppLink
Implements
IAppLink
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AppLink : Resource, IAppLink, IResource

Properties

AppAssignmentId

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

AppInstanceId

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

AppName

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

CredentialsSetup

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

Hidden

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

Id

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

Label

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

LinkUrl

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

LogoUrl

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

SortOrder

Declaration
public int? SortOrder { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IAppLink
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.