public final class ImportKeyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportKeyRequest.Builder
The
ImportKeyRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHsm() |
com.microsoft.azure.keyvault.webkey.JsonWebKey |
key() |
KeyAttributes |
keyAttributes() |
String |
keyName() |
Map<String,String> |
tags() |
String |
vaultBaseUrl() |
public String vaultBaseUrl()
public String keyName()
public com.microsoft.azure.keyvault.webkey.JsonWebKey key()
public boolean isHsm()
public KeyAttributes keyAttributes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/