Interface IApplicationSettings
Represents a ApplicationSettings resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IApplicationSettings : IResource
Properties
App
Declaration
IApplicationSettingsApplication App { get; set; }
Property Value
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
Notifications
Declaration
IApplicationSettingsNotifications Notifications { get; set; }
Property Value