Interface CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
-
- All Known Subinterfaces:
CertificateCredential.Definition<ParentT>
- Enclosing interface:
- CertificateCredential.DefinitionStages
public static interface CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>A credential definition stage allowing specifying the password for the private key for exporting an auth file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateCredential.DefinitionStages.WithAttach<ParentT>withPrivateKeyPassword(String privateKeyPassword)Export the information of this service principal into an auth file.
-
-
-
Method Detail
-
withPrivateKeyPassword
CertificateCredential.DefinitionStages.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
-
-