Show / Hide Table of Contents

Class GetAppArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAppArgs
Inherited Members
InvokeArgs.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 GetAppArgs : InvokeArgs

Constructors

View Source

GetAppArgs()

Declaration
public GetAppArgs()

Properties

View Source

ActiveOnly

tells the provider to query for only ACTIVE applications.

Declaration
public bool? ActiveOnly { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

id of application to retrieve, conflicts with label and label_prefix.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.