Show / Hide Table of Contents

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 Source

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