CertificateProfileInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. artifactsigning. fluent. models. CertificateProfileInner
- com.
- com.
public final class CertificateProfileInner
extends ProxyResource
Certificate profile resource.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateProfileInner() |
Creates an instance of Certificate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Certificate> |
certificates()
Get the certificates property: List of renewed certificates. |
|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
identityValidationId()
Get the identity |
| Boolean |
includeCity()
Get the include |
| Boolean |
includeCountry()
Get the include |
| Boolean |
includePostalCode()
Get the include |
| Boolean |
includeState()
Get the include |
| Boolean |
includeStreetAddress()
Get the include |
| String |
name()
Get the name property: The name of the resource. |
|
Profile |
profileType()
Get the profile |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Certificate |
status()
Get the status property: Status of the certificate profile. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Certificate |
withIdentityValidationId(String identityValidationId)
Set the identity |
|
Certificate |
withIncludeCity(Boolean includeCity)
Set the include |
|
Certificate |
withIncludeCountry(Boolean includeCountry)
Set the include |
|
Certificate |
withIncludePostalCode(Boolean includePostalCode)
Set the include |
|
Certificate |
withIncludeState(Boolean includeState)
Set the include |
|
Certificate |
withIncludeStreetAddress(Boolean includeStreetAddress)
Set the include |
|
Certificate |
withProfileType(ProfileType profileType)
Set the profile |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CertificateProfileInner
public CertificateProfileInner()
Creates an instance of CertificateProfileInner class.
Method Details
certificates
public List<Certificate> certificates()
Get the certificates property: List of renewed certificates.
Returns:
fromJson
public static CertificateProfileInner fromJson(JsonReader jsonReader)
Reads an instance of CertificateProfileInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CertificateProfileInner.id()Returns:
identityValidationId
public String identityValidationId()
Get the identityValidationId property: Identity validation id used for the certificate subject name.
Returns:
includeCity
public Boolean includeCity()
Get 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 Boolean includeCountry()
Get 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 Boolean includePostalCode()
Get the includePostalCode property: Whether to include PC in the certificate subject name.
Returns:
includeState
public Boolean includeState()
Get 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 Boolean includeStreetAddress()
Get the includeStreetAddress property: Whether to include STREET in the certificate subject name.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CertificateProfileInner.name()Returns:
profileType
public ProfileType profileType()
Get the profileType property: Profile type of the certificate.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Status of the current operation on certificate profile.
Returns:
status
public CertificateProfileStatus status()
Get the status property: Status of the certificate profile.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CertificateProfileInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CertificateProfileInner.type()Returns:
withIdentityValidationId
public CertificateProfileInner withIdentityValidationId(String identityValidationId)
Set the identityValidationId property: Identity validation id used for the certificate subject name.
Parameters:
Returns:
withIncludeCity
public CertificateProfileInner withIncludeCity(Boolean includeCity)
Set the includeCity property: Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Parameters:
Returns:
withIncludeCountry
public CertificateProfileInner withIncludeCountry(Boolean includeCountry)
Set the includeCountry property: Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Parameters:
Returns:
withIncludePostalCode
public CertificateProfileInner withIncludePostalCode(Boolean includePostalCode)
Set the includePostalCode property: Whether to include PC in the certificate subject name.
Parameters:
Returns:
withIncludeState
public CertificateProfileInner withIncludeState(Boolean includeState)
Set the includeState property: Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types.
Parameters:
Returns:
withIncludeStreetAddress
public CertificateProfileInner withIncludeStreetAddress(Boolean includeStreetAddress)
Set the includeStreetAddress property: Whether to include STREET in the certificate subject name.
Parameters:
Returns:
withProfileType
public CertificateProfileInner withProfileType(ProfileType profileType)
Set the profileType property: Profile type of the certificate.
Parameters:
Returns: