Show / Hide Table of Contents

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 Source

Groups

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>
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

Username

Name of the user within Okta

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.