Class CatalogApplication
Represents a resource in the Okta API.
Inheritance
System.Object
CatalogApplication
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 CatalogApplication : Resource, ICatalogApplication, IResource
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Features
Declaration
public IList<string> Features { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Id
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
public DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SignOnModes
Declaration
public IList<string> SignOnModes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Status
Declaration
public CatalogApplicationStatus Status { get; set; }
Property Value
VerificationStatus
Declaration
public string VerificationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Website
Declaration
public string Website { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements