Class CreateEncryptionConfigRequest (2.10.2)

CreateEncryptionConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Create EncryptionConfig Request

Attributes

Name Description
parent str
Required. The location at which the EncryptionConfig is to be created.
encryption_config_id str
Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.
encryption_config google.cloud.dataplex_v1.types.EncryptionConfig
Required. The EncryptionConfig to create.