Show / Hide Table of Contents

Class SecretsProviderOptions

Options to pass into ChangeSecretsProviderAsync(string, SecretsProviderOptions?, CancellationToken).

Inheritance
object
SecretsProviderOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class SecretsProviderOptions

Properties

View Source

NewPassphrase

The new Passphrase to use in the passphrase provider

Declaration
public string? NewPassphrase { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.