Show / Hide Table of Contents

Class HistoryOptions

Options controlling the behavior of a GetHistoryAsync(HistoryOptions?, CancellationToken) operation.

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

Properties

View Source

Page

Declaration
public int? Page { get; set; }
Property Value
Type Description
int?
View Source

PageSize

Declaration
public int? PageSize { get; set; }
Property Value
Type Description
int?
View Source

ShowSecrets

Show config secrets when they appear.

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