Package version:

Interface DeletedManagedHsmProperties

Properties of the deleted managed HSM.

interface DeletedManagedHsmProperties {
    deletionDate?: any;
    location?: string;
    mhsmId?: string;
    purgeProtectionEnabled?: boolean;
    scheduledPurgeDate?: any;
    tags?: {
        [propertyName: string]: 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 managed HSM. NOTE: This property will not be serialized. It can only be populated by the server.

mhsmId?: string

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

purgeProtectionEnabled?: boolean

Purge protection status of the original managed HSM. 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 managed HSM. NOTE: This property will not be serialized. It can only be populated by the server.