public final class CertificateIssuer extends Object
| Constructor and Description |
|---|
CertificateIssuer(String name)
Creates an instance of the issuer.
|
CertificateIssuer(String name,
String provider)
Creates an instance of the issuer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Get the account id of the issuer.
|
List<AdministratorContact> |
getAdministratorContacts()
Get the administrators of the issuer.
|
OffsetDateTime |
getCreatedOn()
Get the created UTC time.
|
String |
getId()
Get the id of the issuer.
|
String |
getName()
Get the issuer name
|
String |
getOrganizationId()
Get the organization id of the issuer.
|
String |
getPassword()
Get the password of the issuer.
|
String |
getProvider()
Get the issuer provider
|
OffsetDateTime |
getUpdatedOn()
Get the updated UTC time.
|
Boolean |
isEnabled()
Get the enabled status
|
CertificateIssuer |
setAccountId(String accountId)
Set the account id of the issuer.
|
CertificateIssuer |
setAdministratorContacts(List<AdministratorContact> administratorContacts)
Set the administrators of the issuer.
|
CertificateIssuer |
setEnabled(Boolean enabled)
Set the enabled status
|
CertificateIssuer |
setOrganizationId(String organizationId)
Set the organization id of the issuer.
|
CertificateIssuer |
setPassword(String password)
Set the password id of the issuer.
|
public CertificateIssuer(String name, String provider)
name - The name of the issuer.provider - The provider of the issuer.public CertificateIssuer(String name)
name - The name of the issuer.public String getId()
public String getProvider()
public String getName()
public String getAccountId()
public CertificateIssuer setAccountId(String accountId)
accountId - the account id to set.public String getPassword()
public CertificateIssuer setPassword(String password)
password - the password set.public String getOrganizationId()
public CertificateIssuer setOrganizationId(String organizationId)
organizationId - the org id to set.public List<AdministratorContact> getAdministratorContacts()
public CertificateIssuer setAdministratorContacts(List<AdministratorContact> administratorContacts)
administratorContacts - the administrators to set.public Boolean isEnabled()
public CertificateIssuer setEnabled(Boolean enabled)
enabled - the enabled status to setpublic OffsetDateTime getCreatedOn()
public OffsetDateTime getUpdatedOn()
Copyright © 2021 Microsoft Corporation. All rights reserved.