Show / Hide Table of Contents

Class GetAppResult

Inheritance
System.Object
GetAppResult
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetAppResult

Fields

View Source

ActiveOnly

Declaration
public readonly bool? ActiveOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Description

description of application.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

id of application.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Label

label of application.

Declaration
public readonly string Label
Field Value
Type Description
System.String
View Source

LabelPrefix

Declaration
public readonly string LabelPrefix
Field Value
Type Description
System.String
View Source

Name

name of application.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Status

status of application.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.