Show / Hide Table of Contents

Class AuthBackendGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendGroupArgs
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 AuthBackendGroupArgs : ResourceArgs

Constructors

View Source

AuthBackendGroupArgs()

Declaration
public AuthBackendGroupArgs()

Properties

View Source

GroupName

Name of the group within the Okta

Declaration
public Input<string> GroupName { get; set; }
Property Value
Type Description
Input<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

Vault policies to associate with this group

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