CertificateProfile Interface
public interface CertificateProfile
An immutable client-side representation of CertificateProfile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<Certificate> |
certificates()
Gets the certificates property: List of renewed certificates. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract String |
identityValidationId()
Gets the identity |
| abstract Boolean |
includeCity()
Gets the include |
| abstract Boolean |
includeCountry()
Gets the include |
| abstract Boolean |
includePostalCode()
Gets the include |
| abstract Boolean |
includeState()
Gets the include |
| abstract Boolean |
includeStreetAddress()
Gets the include |
|
abstract
Certificate |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Profile |
profileType()
Gets the profile |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Certificate |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Certificate |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract void |
revokeCertificate(RevokeCertificate body)
Revoke a certificate under a certificate profile. |
| abstract Response<Void> |
revokeCertificateWithResponse(RevokeCertificate body, Context context)
Revoke a certificate under a certificate profile. |
|
abstract
Certificate |
status()
Gets the status property: Status of the certificate profile. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
certificates
public abstract List<Certificate> certificates()
Gets the certificates property: List of renewed certificates.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identityValidationId
public abstract String identityValidationId()
Gets the identityValidationId property: Identity validation id used for the certificate subject name.
Returns:
includeCity
public abstract Boolean includeCity()
Gets the includeCity property: Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Returns:
includeCountry
public abstract Boolean includeCountry()
Gets the includeCountry property: Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Returns:
includePostalCode
public abstract Boolean includePostalCode()
Gets the includePostalCode property: Whether to include PC in the certificate subject name.
Returns:
includeState
public abstract Boolean includeState()
Gets the includeState property: Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Returns:
includeStreetAddress
public abstract Boolean includeStreetAddress()
Gets the includeStreetAddress property: Whether to include STREET in the certificate subject name.
Returns:
innerModel
public abstract CertificateProfileInner innerModel()
Gets the inner com.azure.resourcemanager.artifactsigning.fluent.models.CertificateProfileInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
profileType
public abstract ProfileType profileType()
Gets the profileType property: Profile type of the certificate.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Status of the current operation on certificate profile.
Returns:
refresh
public abstract CertificateProfile refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CertificateProfile refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
revokeCertificate
public abstract void revokeCertificate(RevokeCertificate body)
Revoke a certificate under a certificate profile.
Parameters:
revokeCertificateWithResponse
public abstract Response<Void> revokeCertificateWithResponse(RevokeCertificate body, Context context)
Revoke a certificate under a certificate profile.
Parameters:
Returns:
status
public abstract CertificateProfileStatus status()
Gets the status property: Status of the certificate profile.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: