@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
15 lines • 892 B
JavaScript
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUCKETNOT_OWNERNOT_FULLNOT_CONTROL = exports.BUCKETNOT_OWNERNOT_READ = exports.AUTHENTICATEDNOT_READ = exports.PUBLICNOT_READ = exports.PROJECTNOT_PRIVATE = exports.PRIVATE = void 0;
exports.PRIVATE = "private";
exports.PROJECTNOT_PRIVATE = "project-private";
exports.PUBLICNOT_READ = "public-read";
exports.AUTHENTICATEDNOT_READ = "authenticated-read";
exports.BUCKETNOT_OWNERNOT_READ = "bucket-owner-read";
exports.BUCKETNOT_OWNERNOT_FULLNOT_CONTROL = "bucket-owner-full-control";
//# sourceMappingURL=ObservabilityPipelineGoogleCloudStorageDestinationAcl.js.map
;