Class GetEveryoneGroup
Inheritance
System.Object
GetEveryoneGroup
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.Group
Assembly: Pulumi.Okta.dll
Syntax
public static class GetEveryoneGroup
Methods
View SourceInvokeAsync(GetEveryoneGroupArgs, InvokeOptions)
Use this data source to retrieve the Everyone group from Okta. The same can be achieved with the okta.group.Group data source with name = "Everyone". This is simply a shortcut.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Okta = Pulumi.Okta;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Okta.Group.GetEveryoneGroup.InvokeAsync());
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetEveryoneGroupResult> InvokeAsync(GetEveryoneGroupArgs args = null, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetEveryoneGroupArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetEveryoneGroupResult> |