Class: DatadogAPIClient::V2::ObservabilityPipelineGoogleCloudStorageDestinationAcl

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination_acl.rb

Overview

Access control list setting for objects written to the bucket.

Constant Summary collapse

PRIVATE =
"private".freeze
PROJECTNOT_PRIVATE =
"project-private".freeze
PUBLICNOT_READ =
"public-read".freeze
AUTHENTICATEDNOT_READ =
"authenticated-read".freeze
BUCKETNOT_OWNERNOT_READ =
"bucket-owner-read".freeze
BUCKETNOT_OWNERNOT_FULLNOT_CONTROL =
"bucket-owner-full-control".freeze

Method Summary

Methods included from BaseEnumModel

included