Show / Hide Table of Contents

Class GetUsersArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUsersArgs
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.User
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetUsersArgs : InvokeArgs

Constructors

View Source

GetUsersArgs()

Declaration
public GetUsersArgs()

Properties

View Source

Searches

Map of search criteria to use to find users. It supports the following properties.

Declaration
public List<GetUsersSearchArgs> Searches { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetUsersSearchArgs>
View Source

Users

collection of users retrieved from Okta with the following properties.

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