| 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 |
|---|---|
KeyAttributes |
KeyItem.attributes()
Get the attributes value.
|
KeyAttributes |
KeyBundle.attributes()
Get the attributes value.
|
KeyAttributes |
KeyUpdateParameters.keyAttributes()
Get the keyAttributes value.
|
KeyAttributes |
KeyImportParameters.keyAttributes()
Get the keyAttributes value.
|
KeyAttributes |
KeyCreateParameters.keyAttributes()
Get the keyAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
KeyItem |
KeyItem.withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyBundle |
KeyBundle.withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyUpdateParameters |
KeyUpdateParameters.withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyImportParameters |
KeyImportParameters.withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyCreateParameters |
KeyCreateParameters.withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
UpdateKeyRequest.keyAttributes() |
KeyAttributes |
ImportKeyRequest.keyAttributes() |
KeyAttributes |
CreateKeyRequest.keyAttributes() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/