FieldLevelEncryptionProfileSummary class

The field-level encryption profile summary.

Constructors

FieldLevelEncryptionProfileSummary({required EncryptionEntities encryptionEntities, required String id, required DateTime lastModifiedTime, required String name, String? comment})
FieldLevelEncryptionProfileSummary.fromXml(XmlElement elem)
factory

Properties

comment String?
An optional comment for the field-level encryption profile summary.
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
id String
ID for the field-level encryption profile summary.
final
lastModifiedTime DateTime
The time when the the field-level encryption profile summary was last updated.
final
name String
Name for the field-level encryption profile summary.
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