Class GroupArgs
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 sealed class GroupArgs : ResourceArgs
Constructors
View SourceGroupArgs()
Declaration
public GroupArgs()
Properties
View SourceDescription
The description of the Okta Group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Okta Group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
Users associated with the group. This can also be done per user.
Declaration
public InputList<string> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |