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 SourceActiveOnly
Declaration
public readonly bool? ActiveOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
description of application.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
id of application.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Label
label of application.
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
LabelPrefix
Declaration
public readonly string LabelPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
Name
name of application.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Status
status of application.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |