Interface CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword<ParentT>
- All Known Subinterfaces:
CertificateCredential.UpdateDefinition<ParentT>
- Enclosing interface:
- CertificateCredential.UpdateDefinitionStages
public static interface CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword<ParentT>
A credential definition stage allowing specifying the password for the private key for exporting an auth file.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivateKeyPassword
(String privateKeyPassword) Export the information of this service principal into an auth file.
-
Method Details
-
withPrivateKeyPassword
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> withPrivateKeyPassword(String privateKeyPassword) Export the information of this service principal into an auth file.- Parameters:
privateKeyPassword
- the password for the private key- Returns:
- the next stage in credential definition
-