Class CreateBookmarkApplicationOptions
Helper class for bookmark application settings
Inheritance
System.Object
CreateBookmarkApplicationOptions
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 sealed class CreateBookmarkApplicationOptions
Properties
Activate
Gets or sets the Activate flag value
Declaration
public bool Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets or sets the label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestIntegration
Gets or sets the request integration flag value
Declaration
public bool RequestIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Url
Gets or sets the url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |