Class SecretBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.SecretBundle
-
- Direct Known Subclasses:
SecretBundle
public class SecretBundle extends Object
A secret consisting of a value, id and its attributes.
-
-
Constructor Summary
Constructors Constructor Description SecretBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id value.SecretIdentifier
secretIdentifier()
the secret identifier.String
toString()
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
secretIdentifier
public SecretIdentifier secretIdentifier()
the secret identifier.- Returns:
- The Identifier value
-
-