Field Level Encryption Profile Encryption Entities Item Args
data class FieldLevelEncryptionProfileEncryptionEntitiesItemArgs(val fieldPatterns: Output<FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatternsArgs>, val providerId: Output<String>, val publicKeyId: Output<String>) : ConvertibleToJava<FieldLevelEncryptionProfileEncryptionEntitiesItemArgs>
Constructors
Link copied to clipboard
constructor(fieldPatterns: Output<FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatternsArgs>, providerId: Output<String>, publicKeyId: Output<String>)
Properties
Link copied to clipboard
Object that contains an attribute items
that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
Link copied to clipboard
The provider associated with the public key being used for encryption.
Link copied to clipboard
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.