Class AuthBackendUser
Inheritance
System.Object
AuthBackendUser
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.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendUser
Fields
View SourceGroups
List of Okta groups to associate with this user
Declaration
public readonly ImmutableArray<string> Groups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Policies
List of Vault policies to associate with this user
Declaration
public readonly ImmutableArray<string> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Username
Name of the user within Okta
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |