DataCatalogEncryptionSettings class
Contains configuration information for maintaining Data Catalog security.
Constructors
- DataCatalogEncryptionSettings({ConnectionPasswordEncryption? connectionPasswordEncryption, EncryptionAtRest? encryptionAtRest})
-
DataCatalogEncryptionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionPasswordEncryption → ConnectionPasswordEncryption?
-
When connection password protection is enabled, the Data Catalog uses a
customer-provided key to encrypt the password as part of
CreateConnection
orUpdateConnection
and store it in theENCRYPTED_PASSWORD
field in the connection properties. You can enable catalog encryption or only password encryption.final - encryptionAtRest → EncryptionAtRest?
-
Specifies the encryption-at-rest configuration for the Data Catalog.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited