IssuerBundle Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. IssuerBundle
- com.
public class IssuerBundle
The issuer for Key Vault certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
Issuer |
attributes()
Get the attributes value. |
Issuer |
credentials()
Get the credentials value. |
String |
id()
Get the id value. |
Issuer |
issuerIdentifier()
The issuer identifier. |
Organization |
organizationDetails()
Get the organizationDetails value. |
String |
provider()
Get the provider value. |
String | toString() |
Issuer |
withAttributes(IssuerAttributes attributes)
Set the attributes value. |
Issuer |
withCredentials(IssuerCredentials credentials)
Set the credentials value. |
Issuer |
withOrganizationDetails(OrganizationDetails organizationDetails)
Set the organizationDetails value. |
Issuer |
withProvider(String provider)
Set the provider value. |
Method Details
attributes
public IssuerAttributes attributes()
Get the attributes value.
Returns:
credentials
public IssuerCredentials credentials()
Get the credentials value.
Returns:
id
public String id()
Get the id value.
Returns:
issuerIdentifier
public IssuerIdentifier issuerIdentifier()
The issuer identifier.
Returns:
organizationDetails
public OrganizationDetails organizationDetails()
Get the organizationDetails value.
Returns:
provider
public String provider()
Get the provider value.
Returns:
toString
public String toString()
withAttributes
public IssuerBundle withAttributes(IssuerAttributes attributes)
Set the attributes value.
Parameters:
Returns:
withCredentials
public IssuerBundle withCredentials(IssuerCredentials credentials)
Set the credentials value.
Parameters:
Returns:
withOrganizationDetails
public IssuerBundle withOrganizationDetails(OrganizationDetails organizationDetails)
Set the organizationDetails value.
Parameters:
Returns:
withProvider
public IssuerBundle withProvider(String provider)
Set the provider value.
Parameters:
Returns:
Applies to
Azure SDK for Java