Interface CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
- All Known Subinterfaces:
CertificateCredential.UpdateDefinition<ParentT>
,CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- CertificateCredential.UpdateDefinitionStages
public static interface CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
A credential definition stage allowing exporting the auth file for the service principal.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthFileToExport
(OutputStream outputStream) Export the information of this service principal into an auth file.
-
Method Details
-
withAuthFileToExport
CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificate<ParentT> withAuthFileToExport(OutputStream outputStream) Export the information of this service principal into an auth file.- Parameters:
outputStream
- the output stream to export the file- Returns:
- the next stage in credential definition
-