FieldLevelEncryptionProfileConfig class
A complex data type of profiles for the field-level encryption.
Constructors
- FieldLevelEncryptionProfileConfig({required String callerReference, required EncryptionEntities encryptionEntities, required String name, String? comment})
- FieldLevelEncryptionProfileConfig.fromXml(XmlElement elem)
- 
          
            factory
Properties
- callerReference → String
- 
  A unique number that ensures that 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.
  no setterinherited
- name → String
- 
  Profile name for the field-level encryption profile.
  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
- 
  toXml(String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited