FieldLevelEncryption class
A complex data type that includes the profile configurations and other options specified for field-level encryption.
Constructors
- FieldLevelEncryption({required FieldLevelEncryptionConfig fieldLevelEncryptionConfig, required String id, required DateTime lastModifiedTime})
- FieldLevelEncryption.fromXml(XmlElement elem)
-
factory
Properties
- fieldLevelEncryptionConfig → FieldLevelEncryptionConfig
-
A complex data type that includes the profile configurations specified for
field-level encryption.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The configuration ID for a field-level encryption configuration which
includes a set of profiles that specify certain selected data fields to be
encrypted by specific public keys.
final
- lastModifiedTime → DateTime
-
The last time the field-level encryption configuration was changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited