Package version:

Interface DeletedVaultProperties

Properties of the deleted vault.

interface DeletedVaultProperties {
    deletionDate?: any;
    location?: string;
    purgeProtectionEnabled?: boolean;
    scheduledPurgeDate?: any;
    tags?: {
        [propertyName: string]: string;
    };
    vaultId?: string;
}

Properties

deletionDate?: any

The deleted date. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The location of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.

purgeProtectionEnabled?: boolean

Purge protection status of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.

scheduledPurgeDate?: any

The scheduled purged date. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Tags of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.

vaultId?: string

The resource id of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.