Interface MigrationInventoryAuthPosture

interface MigrationInventoryAuthPosture {
    accessConfirmed: boolean;
    credentialsSupplied: boolean;
    mode: string;
    notes: string[];
}

Properties

accessConfirmed: boolean
credentialsSupplied: boolean
mode: string
notes: string[]