Class IssuerBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.IssuerBundle
-
- Direct Known Subclasses:
IssuerBundle
public class IssuerBundle extends Object
The issuer for Key Vault certificate.
-
-
Constructor Summary
Constructors Constructor Description IssuerBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id value.IssuerIdentifier
issuerIdentifier()
The issuer identifier.String
toString()
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
issuerIdentifier
public IssuerIdentifier issuerIdentifier()
The issuer identifier.- Returns:
- identifier for issuer
-
-