Show / Hide Table of Contents

Class AuthBackendRoleSecretIDArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendRoleSecretIDArgs
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.AppRole
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendRoleSecretIDArgs : ResourceArgs

Constructors

View Source

AuthBackendRoleSecretIDArgs()

Declaration
public AuthBackendRoleSecretIDArgs()

Properties

View Source

Backend

Unique name of the auth backend to configure.

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

CidrLists

If set, specifies blocks of IP addresses which can perform the login operation using this SecretID.

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

Metadata

A JSON-encoded string containing metadata in key-value pairs to be set on tokens issued with this SecretID.

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

RoleName

The name of the role to create the SecretID for.

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

SecretId

The SecretID to be created. If set, uses "Push" mode. Defaults to Vault auto-generating SecretIDs.

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

WrappingTtl

If set, the SecretID response will be response-wrapped and available for the duration specified. Only a single unwrapping of the token is allowed.

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