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