Show / Hide Table of Contents

Class AuditArgs

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

Constructors

View Source

AuditArgs()

Declaration
public AuditArgs()

Properties

View Source

Description

Human-friendly description of the audit device.

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

Options

Configuration options to pass to the audit device itself.

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

Path

The path to mount the audit device. This defaults to the type.

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

Type

Type of the audit device, such as 'file'.

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