FieldLevelEncryptionProfileConfig class
A complex data type of profiles for the field-level encryption.
Constructors
- FieldLevelEncryptionProfileConfig({@_s.required String callerReference, @_s.required EncryptionEntities encryptionEntities, @_s.required String name, String comment})
- FieldLevelEncryptionProfileConfig.fromXml(XmlElement elem)
-
factory
Properties
- callerReference → String
-
A unique number that ensures the request can't be replayed.
final
- comment → String
-
An optional comment for the field-level encryption profile.
final
- encryptionEntities → EncryptionEntities
-
A complex data type of encryption entities for the field-level encryption
profile that include the public key ID, provider, and field patterns for
specifying which fields to encrypt with this key.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
Profile name for the field-level encryption profile.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
toXml(
String elemName) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited