16 references to SecretType
Aspire.Hosting.Azure.AppService (16)
AzureAppServiceWebsiteContext.cs (16)
110
private (object,
SecretType
) ProcessValue(object value,
SecretType
secretType =
SecretType
.None, object? parent = null)
125
var
st = param.Secret ?
SecretType
.Normal : secretType;
148
return (AllocateKeyVaultSecretUriReference(vaultSecretReference),
SecretType
.KeyVault);
151
return (AllocateParameter(vaultSecretReference, secretType:
SecretType
.KeyVault),
SecretType
.KeyVault);
171
var
finalSecretType =
SecretType
.None;
176
if (secret !=
SecretType
.None)
178
finalSecretType =
SecretType
.Normal;
261
if (secretType ==
SecretType
.KeyVault)
381
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter,
SecretType
secretType =
SecretType
.None)
383
return parameter.AsProvisioningParameter(Infra, isSecure: secretType ==
SecretType
.Normal);