| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
SecretItem.attributes()
Get the attributes value.
|
SecretAttributes |
SecretBundle.attributes()
Get the attributes value.
|
SecretAttributes |
SecretUpdateParameters.secretAttributes()
Get the secretAttributes value.
|
SecretAttributes |
SecretSetParameters.secretAttributes()
Get the secretAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
SecretItem |
SecretItem.withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretBundle |
SecretBundle.withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretUpdateParameters |
SecretUpdateParameters.withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
SecretSetParameters |
SecretSetParameters.withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
UpdateSecretRequest.secretAttributes() |
SecretAttributes |
SetSecretRequest.secretAttributes() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/