Class GetSecureCredentialArgs
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.NewRelic.Synthetics
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class GetSecureCredentialArgs : InvokeArgs
Constructors
View SourceGetSecureCredentialArgs()
Declaration
public GetSecureCredentialArgs()
Properties
View SourceKey
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 |