public class KeyItem extends Object
| Constructor and Description |
|---|
KeyItem() |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
attributes()
Get the attributes value.
|
String |
kid()
Get the kid value.
|
Boolean |
managed()
Get the managed value.
|
Map<String,String> |
tags()
Get the tags value.
|
KeyItem |
withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyItem |
withKid(String kid)
Set the kid value.
|
KeyItem |
withTags(Map<String,String> tags)
Set the tags value.
|
public String kid()
public KeyItem withKid(String kid)
kid - the kid value to setpublic KeyAttributes attributes()
public KeyItem withAttributes(KeyAttributes attributes)
attributes - the attributes value to setpublic KeyItem 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.
*/