API version:
Show / Hide Table of Contents

Class CatalogApplication

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
CatalogApplication
Implements
ICatalogApplication
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 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
Type Description
CatalogApplicationStatus

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

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