Class AuditArgs
Inherited Members
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 SourceAuditArgs()
Declaration
public AuditArgs()
Properties
View SourceDescription
Human-friendly description of the audit device.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Options
Configuration options to pass to the audit device itself.
Declaration
public InputMap<string> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |
Type
Type of the audit device, such as 'file'.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |