ENCRYPTED_BY
Represents encryption of disks by a Disk Encryption Set.
Usage
- Disk →
ENCRYPTED_BY→ DiskEncryptionSet
Examples
MATCH (d:Disk)-[:ENCRYPTED_BY]->(des:DiskEncryptionSet)
RETURN d.id, des.activeKey, des.encryptionType
Represents encryption of disks by a Disk Encryption Set.
ENCRYPTED_BY → DiskEncryptionSetMATCH (d:Disk)-[:ENCRYPTED_BY]->(des:DiskEncryptionSet)
RETURN d.id, des.activeKey, des.encryptionType