| Modifier and Type | Method and Description |
|---|---|
ApiKVReference |
ApiKVReference.withDetails(String details)
Set the details value.
|
ApiKVReference |
ApiKVReference.withIdentityType(ManagedServiceIdentityType identityType)
Set possible values include: 'None', 'SystemAssigned', 'UserAssigned'.
|
ApiKVReference |
ApiKVReference.withLocation(ConfigReferenceLocation location)
Set possible values include: 'ApplicationSetting'.
|
ApiKVReference |
ApiKVReference.withReference(String reference)
Set the reference value.
|
ApiKVReference |
ApiKVReference.withSecretName(String secretName)
Set the secretName value.
|
ApiKVReference |
ApiKVReference.withSecretVersion(String secretVersion)
Set the secretVersion value.
|
ApiKVReference |
ApiKVReference.withSource(ConfigReferenceSource source)
Set possible values include: 'KeyVault'.
|
ApiKVReference |
ApiKVReference.withStatus(ResolveStatus status)
Set possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'.
|
ApiKVReference |
ApiKVReference.withVaultName(String vaultName)
Set the vaultName value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/