Class AuthBackendGroupState
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
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendGroupState : ResourceArgs
Constructors
View SourceAuthBackendGroupState()
Declaration
public AuthBackendGroupState()
Properties
View SourceGroupName
Name of the group within the Okta
Declaration
public Input<string> GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The path where the Okta auth backend is mounted
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
Vault policies to associate with this group
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |