/** A structure describing the information related to Openstack to reach the container. */
export interface BackupSwift {
    /** Auth url. */
    authUrl?: string;
    /** Openstack password. */
    password?: string;
    /** Openstack username to use swift. */
    username?: string;
}
//# sourceMappingURL=BackupSwift.d.ts.map