CertificateProfile.DefinitionStages.WithIdentityValidationId Interface

public static interface CertificateProfile.DefinitionStages.WithIdentityValidationId

The stage of the CertificateProfile definition allowing to specify identityValidationId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentityValidationId(String identityValidationId)

Specifies the identityValidationId property: Identity validation id used for the certificate subject name..

Method Details

withIdentityValidationId

public abstract CertificateProfile.DefinitionStages.WithCreate withIdentityValidationId(String identityValidationId)

Specifies the identityValidationId property: Identity validation id used for the certificate subject name..

Parameters:

identityValidationId - Identity validation id used for the certificate subject name.

Returns:

the next definition stage.

Applies to