16 references to SecretType
Aspire.Hosting.Azure.AppService (16)
AzureAppServiceWebsiteContext.cs (16)
128
private (object,
SecretType
) ProcessValue(object value,
SecretType
secretType =
SecretType
.None, object? parent = null)
143
var
st = param.Secret ?
SecretType
.Normal : secretType;
166
return (AllocateKeyVaultSecretUriReference(vaultSecretReference),
SecretType
.KeyVault);
169
return (AllocateParameter(vaultSecretReference, secretType:
SecretType
.KeyVault),
SecretType
.KeyVault);
196
var
finalSecretType =
SecretType
.None;
201
if (secret !=
SecretType
.None)
203
finalSecretType =
SecretType
.Normal;
299
if (secretType ==
SecretType
.KeyVault)
433
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter,
SecretType
secretType =
SecretType
.None)
435
return parameter.AsProvisioningParameter(Infra, isSecure: secretType ==
SecretType
.Normal);