Class IssuerBundle


  • public class IssuerBundle
    extends IssuerBundle
    The issuer for Key Vault certificate.
    • Constructor Detail

      • IssuerBundle

        public IssuerBundle()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Overrides:
        id in class IssuerBundle
        Returns:
        the id value
      • provider

        public String provider()
        Get the provider value.
        Returns:
        the provider value
      • withProvider

        public IssuerBundle withProvider​(String provider)
        Set the provider value.
        Parameters:
        provider - the provider value to set
        Returns:
        the IssuerBundle object itself.
      • credentials

        public IssuerCredentials credentials()
        Get the credentials value.
        Returns:
        the credentials value
      • withCredentials

        public IssuerBundle withCredentials​(IssuerCredentials credentials)
        Set the credentials value.
        Parameters:
        credentials - the credentials value to set
        Returns:
        the IssuerBundle object itself.
      • organizationDetails

        public OrganizationDetails organizationDetails()
        Get the organizationDetails value.
        Returns:
        the organizationDetails value
      • withOrganizationDetails

        public IssuerBundle withOrganizationDetails​(OrganizationDetails organizationDetails)
        Set the organizationDetails value.
        Parameters:
        organizationDetails - the organizationDetails value to set
        Returns:
        the IssuerBundle object itself.
      • attributes

        public IssuerAttributes attributes()
        Get the attributes value.
        Returns:
        the attributes value
      • withAttributes

        public IssuerBundle withAttributes​(IssuerAttributes attributes)
        Set the attributes value.
        Parameters:
        attributes - the attributes value to set
        Returns:
        the IssuerBundle object itself.