API version:
Show / Hide Table of Contents

Class Feature

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
Feature
Implements
IFeature
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 Feature : Resource, IFeature, IResource

Properties

Description

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

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

Name

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

Stage

Declaration
public IFeatureStage Stage { get; set; }
Property Value
Type Description
IFeatureStage

Status

Declaration
public EnabledStatus Status { get; set; }
Property Value
Type Description
EnabledStatus

Type

Declaration
public FeatureType Type { get; set; }
Property Value
Type Description
FeatureType

Methods

GetDependencies()

Declaration
public ICollectionClient<IFeature> GetDependencies()
Returns
Type Description
ICollectionClient<IFeature>

GetDependents()

Declaration
public ICollectionClient<IFeature> GetDependents()
Returns
Type Description
ICollectionClient<IFeature>

UpdateLifecycleAsync(String, String, CancellationToken)

Declaration
public Task<IFeature> UpdateLifecycleAsync(string lifecycle, string mode = null, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.String lifecycle
System.String mode
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IFeature>

Implements

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