View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InitializeProjectRequest (google_api_content_warehouse v0.4.0)

Request message for projectService.InitializeProject

Attributes

  • accessControlMode (type: String.t, default: nil) - Required. The access control mode for accessing the customer data
  • databaseType (type: String.t, default: nil) - Required. The type of database used to store customer data
  • documentCreatorDefaultRole (type: String.t, default: nil) - Optional. The default role for the person who create a document.
  • enableCalUserEmailLogging (type: boolean(), default: nil) - Optional. Whether to enable CAL user email logging.
  • kmsKey (type: String.t, default: nil) - Optional. The KMS key used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key is left empty, no encryption will be enforced.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InitializeProjectRequest{
    accessControlMode: String.t() | nil,
    databaseType: String.t() | nil,
    documentCreatorDefaultRole: String.t() | nil,
    enableCalUserEmailLogging: boolean() | nil,
    kmsKey: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.