Interface ICatalogApplication
Represents a CatalogApplication resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ICatalogApplication : IResource
Properties
Category
Declaration
string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Features
Declaration
IList<string> Features { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SignOnModes
Declaration
IList<string> SignOnModes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Status
Declaration
CatalogApplicationStatus Status { get; set; }
Property Value
VerificationStatus
Declaration
string VerificationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Website
Declaration
string Website { get; set; }
Property Value
Type |
Description |
System.String |
|