Class ApplicationSettings
Represents a resource in the Okta API.
Inheritance
System.Object
ApplicationSettings
Inherited Members
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 class ApplicationSettings : Resource, IApplicationSettings, IResource
Properties
App
Declaration
public IApplicationSettingsApplication App { get; set; }
Property Value
Type | Description |
---|---|
IApplicationSettingsApplication |
ImplicitAssignment
Declaration
public bool? ImplicitAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
InlineHookId
Declaration
public string InlineHookId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notes
Declaration
public IApplicationSettingsNotes Notes { get; set; }
Property Value
Type | Description |
---|---|
IApplicationSettingsNotes |
Notifications
Declaration
public IApplicationSettingsNotifications Notifications { get; set; }
Property Value
Type | Description |
---|---|
IApplicationSettingsNotifications |