Class AuthBackendGroup
Inheritance
System.Object
AuthBackendGroup
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 AuthBackendGroup
Fields
View SourceGroupName
Name of the group within the Okta
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| 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> |