FieldLevelEncryptionConfig class

A complex data type that includes the profile configurations specified for field-level encryption.

Constructors

FieldLevelEncryptionConfig({required String callerReference, String? comment, ContentTypeProfileConfig? contentTypeProfileConfig, QueryArgProfileConfig? queryArgProfileConfig})
FieldLevelEncryptionConfig.fromXml(XmlElement elem)
factory

Properties

callerReference String
A unique number that ensures the request can't be replayed.
final
comment String?
An optional comment about the configuration.
final
contentTypeProfileConfig ContentTypeProfileConfig?
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
final
hashCode int
The hash code for this object.
no setterinherited
queryArgProfileConfig QueryArgProfileConfig?
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
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