Class AuthBackendGroupArgs
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.Vault.Okta.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendGroupArgs : ResourceArgs
Constructors
View SourceAuthBackendGroupArgs()
Declaration
public AuthBackendGroupArgs()
Properties
View SourceGroupName
Name of the group within the Okta
Declaration
public Input<string> GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
List of Vault policies to associate with this user
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |