Show / Hide Table of Contents

Class SecretBackendIntermediateSetSignedArgs

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

Constructors

View Source

SecretBackendIntermediateSetSignedArgs()

Declaration
public SecretBackendIntermediateSetSignedArgs()

Properties

View Source

Backend

The PKI secret backend the resource belongs to.

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

Certificate

The certificate

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