FieldLevelEncryptionConfig class
A complex data type that includes the profile configurations specified for field-level encryption.
Constructors
- FieldLevelEncryptionConfig({@_s.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. [...]
read-only, inherited
- 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.
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