Interface IAppLink
Represents a AppLink resource in the Okta API.
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
Property Value
Type |
Description |
System.String |
|
CredentialsSetup
Declaration
bool? CredentialsSetup { get; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Hidden
Declaration
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
Label
Declaration
Property Value
Type |
Description |
System.String |
|
LinkUrl
Declaration
Property Value
Type |
Description |
System.String |
|
LogoUrl
Declaration
Property Value
Type |
Description |
System.String |
|
SortOrder
Declaration
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|