IWithAuthFile<ParentT> Interface

Definition

A credential definition stage allowing exporting the auth file for the service principal.

public interface IWithAuthFile<ParentT>
type IWithAuthFile<'ParentT> = interface
Public Interface IWithAuthFile(Of ParentT)

Type Parameters

ParentT
Derived

Methods

WithAuthFileToExport(StreamWriter)

Export the information of this service principal into an auth file.

Applies to