KeyItem Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyItem
- com.
public class KeyItem
The key item containing key metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
Key |
attributes()
Get the attributes value. |
Key |
identifier()
The key identifier. |
String |
kid()
Get the kid value. |
Boolean |
managed()
Get the managed value. |
Map<String, String> |
tags()
Get the tags value. |
Key |
withAttributes(KeyAttributes attributes)
Set the attributes value. |
Key |
withKid(String kid)
Set the kid value. |
Key |
withTags(Map<String, String> tags)
Set the tags value. |
Method Details
attributes
public KeyAttributes attributes()
Get the attributes value.
Returns:
identifier
public KeyIdentifier identifier()
The key identifier.
Returns:
kid
public String kid()
Get the kid value.
Returns:
managed
public Boolean managed()
Get the managed value.
Returns:
tags
public Map
Get the tags value.
Returns:
withAttributes
public KeyItem withAttributes(KeyAttributes attributes)
Set the attributes value.
Parameters:
Returns:
withKid
public KeyItem withKid(String kid)
Set the kid value.
Parameters:
Returns:
withTags
public KeyItem withTags(Map
Set the tags value.
Parameters:
Returns:
Applies to
Azure SDK for Java