API version:
Show / Hide Table of Contents

Interface ICatalogApplication

Represents a CatalogApplication resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
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
string Id { get; }
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
Type Description
CatalogApplicationStatus

VerificationStatus

Declaration
string VerificationStatus { get; set; }
Property Value
Type Description
System.String

Website

Declaration
string Website { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.