public class KeyBundle extends KeyBundle
| Constructor and Description |
|---|
KeyBundle() |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
attributes()
Get the attributes value.
|
com.microsoft.azure.keyvault.webkey.JsonWebKey |
key()
Get the key value.
|
Boolean |
managed()
Get the managed value.
|
Map<String,String> |
tags()
Get the tags value.
|
KeyBundle |
withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyBundle |
withKey(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
Set the key value.
|
KeyBundle |
withTags(Map<String,String> tags)
Set the tags value.
|
keyIdentifier, toStringpublic com.microsoft.azure.keyvault.webkey.JsonWebKey key()
public KeyBundle withKey(com.microsoft.azure.keyvault.webkey.JsonWebKey key)
key - the key value to setpublic KeyAttributes attributes()
public KeyBundle withAttributes(KeyAttributes attributes)
attributes - the attributes value to setpublic KeyBundle withTags(Map<String,String> tags)
tags - the tags value to setpublic Boolean managed()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/