Show / Hide Table of Contents

Class SecureCredentialArgs

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

Constructors

View Source

SecureCredentialArgs()

Declaration
public SecureCredentialArgs()

Properties

View Source

CreatedAt

The time the secure credential was created.

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

Description

The secure credential's description.

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

Key

The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.

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

LastUpdated

The time the secure credential was last updated.

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

Value

The secure credential's value.

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