interface AzureSpnOperationStatus {
    state?: string;
    statusMessage?: string;
}

Properties

state?: string
statusMessage?: string