Class GetAppArgs
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 GetAppArgs : InvokeArgs
Constructors
View SourceGetAppArgs()
Declaration
public GetAppArgs()
Properties
View SourceActiveOnly
tells the provider to query for only ACTIVE applications.
Declaration
public bool? ActiveOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
id of application to retrieve, conflicts with label and label_prefix.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Label
The label of the app to retrieve, conflicts with label_prefix and id.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LabelPrefix
Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query.
Declaration
public string LabelPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |