Show / Hide Table of Contents

Class AuthBackendUserState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendUserState
Inherited Members
ResourceArgs.Empty
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 Source

AuthBackendUserState()

Declaration
public AuthBackendUserState()

Properties

View Source

Groups

List of Okta groups to associate with this user

Declaration
public InputList<string> Groups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Path

The path where the Okta auth backend is mounted

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Policies

List of Vault policies to associate with this user

Declaration
public InputList<string> Policies { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Username

Name of the user within Okta

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.