Class AppLink
Represents a resource in the Okta API.
Inheritance
System.Object
AppLink
Inherited Members
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()
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