API version:
Show / Hide Table of Contents

Interface IFeature

Represents a Feature 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 IFeature : IResource

Properties

Description

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

Id

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

Name

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

Stage

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

Status

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

Type

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

Methods

GetDependencies()

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

GetDependents()

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

UpdateLifecycleAsync(String, String, CancellationToken)

Declaration
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>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.