Show / Hide Table of Contents

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 Source

GroupName

Name of the group within the Okta

Declaration
public readonly string GroupName
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.