API version:
Show / Hide Table of Contents

Interface IApplicationSettings

Represents a ApplicationSettings 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 IApplicationSettings : IResource

Properties

App

Declaration
IApplicationSettingsApplication App { get; set; }
Property Value
Type Description
IApplicationSettingsApplication

ImplicitAssignment

Declaration
bool? ImplicitAssignment { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

InlineHookId

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

Notes

Declaration
IApplicationSettingsNotes Notes { get; set; }
Property Value
Type Description
IApplicationSettingsNotes

Notifications

Declaration
IApplicationSettingsNotifications Notifications { get; set; }
Property Value
Type Description
IApplicationSettingsNotifications
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.