Show / Hide Table of Contents

Class GetSecureCredentialArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSecureCredentialArgs
Inherited Members
InvokeArgs.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 GetSecureCredentialArgs : InvokeArgs

Constructors

View Source

GetSecureCredentialArgs()

Declaration
public GetSecureCredentialArgs()

Properties

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 string Key { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.