Class SecureCredentialArgs
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 SecureCredentialArgs : ResourceArgs
Constructors
View SourceSecureCredentialArgs()
Declaration
public SecureCredentialArgs()
Properties
View SourceCreatedAt
The time the secure credential was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The secure credential's description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
LastUpdated
The time the secure credential was last updated.
Declaration
public Input<string> LastUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The secure credential's value.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |