Share via


LoadTestRun.Secrets Property

Definition

Secrets can be stored in an Azure Key Vault or any other secret store. If the secret is stored in an Azure Key Vault, the value should be the secret identifier and the type should be AKV_SECRET_URI. If the secret is stored elsewhere, the secret value should be provided directly and the type should be SECRET_VALUE.

public System.Collections.Generic.IDictionary<string,Azure.Developer.LoadTesting.TestSecret> Secrets { get; }
member this.Secrets : System.Collections.Generic.IDictionary<string, Azure.Developer.LoadTesting.TestSecret>
Public ReadOnly Property Secrets As IDictionary(Of String, TestSecret)

Property Value

Applies to