你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyItem 类
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyItem
- com.
public class KeyItem
包含密钥元数据的键项。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Key |
attributes()
获取属性值。 |
Key |
identifier()
密钥标识符。 |
String |
kid()
获取儿童值。 |
Boolean |
managed()
获取托管值。 |
Map<String, String> |
tags()
获取标记值。 |
Key |
withAttributes(KeyAttributes attributes)
设置属性值。 |
Key |
withKid(String kid)
设置儿童值。 |
Key |
withTags(Map<String, String> tags)
设置标记值。 |
方法详细信息
attributes
public KeyAttributes attributes()
获取属性值。
Returns:
特性值
identifier
public KeyIdentifier identifier()
密钥标识符。
Returns:
标识符值
kid
public String kid()
获取儿童值。
Returns:
儿童值
managed
public Boolean managed()
获取托管值。
Returns:
托管值
tags
public Map
获取标记值。
Returns:
标记值
withAttributes
public KeyItem withAttributes(KeyAttributes attributes)
设置属性值。
Parameters:
attributes
- 要设置的属性值
Returns:
KeyItem 对象本身。
withKid
public KeyItem withKid(String kid)
设置儿童值。
Parameters:
kid
- 要设置的 kid 值
Returns:
KeyItem 对象本身。
withTags
public KeyItem withTags(Map
设置标记值。
Parameters:
tags
- 要设置的标记值
Returns:
KeyItem 对象本身。