Class AuthBackendUserState
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 AuthBackendUserState : ResourceArgs
Constructors
View SourceAuthBackendUserState()
Declaration
public AuthBackendUserState()
Properties
View SourceGroups
List of Okta groups to associate with this user
Declaration
public InputList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<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
List of Vault policies to associate with this user
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Username
Name of the user within Okta
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |