Method: organizations.locations.encryptionConfigs.create

Create an EncryptionConfig.

HTTP request

POST https://dataplex.googleapis.com/v1/{parent=organizations/*/locations/*}/encryptionConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The ___location at which the EncryptionConfig is to be created.

Authorization requires the following IAM permission on the specified resource parent:

  • dataplex.encryptionConfig.create

Query parameters

Parameters
encryptionConfigId

string

Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.

Request body

The request body contains an instance of EncryptionConfig.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.