KeyBundle Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyBundle
- com.
public class KeyBundle
A KeyBundle consisting of a WebKey plus its attributes.
Method Summary
Modifier and Type | Method and Description |
---|---|
Key |
attributes()
Get the attributes value. |
Json |
key()
Get the key value. |
Key |
keyIdentifier()
The key identifier. |
Boolean |
managed()
Get the managed value. |
Map<String, String> |
tags()
Get the tags value. |
String | toString() |
Key |
withAttributes(KeyAttributes attributes)
Set the attributes value. |
Key |
withKey(JsonWebKey key)
Set the key value. |
Key |
withTags(Map<String, String> tags)
Set the tags value. |
Method Details
attributes
public KeyAttributes attributes()
Get the attributes value.
Returns:
key
public JsonWebKey key()
Get the key value.
Returns:
keyIdentifier
public KeyIdentifier keyIdentifier()
The key identifier.
Returns:
managed
public Boolean managed()
Get the managed value.
Returns:
tags
public Map
Get the tags value.
Returns:
toString
public String toString()
withAttributes
public KeyBundle withAttributes(KeyAttributes attributes)
Set the attributes value.
Parameters:
Returns:
withKey
public KeyBundle withKey(JsonWebKey key)
Set the key value.
Parameters:
Returns:
withTags
public KeyBundle withTags(Map
Set the tags value.
Parameters:
Returns:
Applies to
Azure SDK for Java