CertificateIssuer Class 
The issuer for a Key Vault certificate.
Constructor
CertificateIssuer(provider: str | None, attributes: IssuerAttributes | None = None, account_id: str | None = None, password: str | None = None, organization_id: str | None = None, admin_contacts: List[AdministratorContact] | None = None, **kwargs: Any)Parameters
| Name | Description | 
|---|---|
| provider 
				Required
			 | The issuer provider | 
| attributes | 
				<xref:azure.keyvault.certificates._generated.models.IssuerAttributes> or 
				None
		 The issuer attributes. Default value: None | 
| account_id | The username / account name / account id. Default value: None | 
| password | The password / secret / account key. Default value: None | 
| organization_id | The ID of the organization. Default value: None | 
| admin_contacts | Details of the organization administrator. Default value: None | 
Attributes
account_id
admin_contacts
Contact details of the organization administrator(s) of this issuer.
Returns
| Type | Description | 
|---|---|
| Contact details of the organization administrator(s) of this issuer. |