Show / Hide Table of Contents

Class BookmarkState

Inheritance
System.Object
InputArgs
ResourceArgs
BookmarkState
Inherited Members
ResourceArgs.Empty
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class BookmarkState : ResourceArgs

Constructors

View Source

BookmarkState()

Declaration
public BookmarkState()

Properties

View Source

AutoSubmitToolbar

Display auto submit toolbar

Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Groups

Groups associated with the application

Declaration
public InputList<string> Groups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

HideIos

Do not display application icon on mobile app

Declaration
public Input<bool> HideIos { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HideWeb

Do not display application icon to users

Declaration
public Input<bool> HideWeb { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Label

The Application's display name.

Declaration
public Input<string> Label { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

name of app.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RequestIntegration

Would you like Okta to add an integration for this app?

Declaration
public Input<bool> RequestIntegration { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SignOnMode

Sign on mode of application.

Declaration
public Input<string> SignOnMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Status of application.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The URL of the bookmark.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Users

Users associated with the application

Declaration
public InputList<BookmarkUserGetArgs> Users { get; set; }
Property Value
Type Description
InputList<BookmarkUserGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.