@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
61 lines • 1.56 kB
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.CloudWorkloadSecurityAgentRuleActionSet = void 0;
/**
* The set action applied on the scope matching the rule
*/
class CloudWorkloadSecurityAgentRuleActionSet {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CloudWorkloadSecurityAgentRuleActionSet.attributeTypeMap;
}
}
exports.CloudWorkloadSecurityAgentRuleActionSet = CloudWorkloadSecurityAgentRuleActionSet;
/**
* @ignore
*/
CloudWorkloadSecurityAgentRuleActionSet.attributeTypeMap = {
append: {
baseName: "append",
type: "boolean",
},
field: {
baseName: "field",
type: "string",
},
name: {
baseName: "name",
type: "string",
},
scope: {
baseName: "scope",
type: "string",
},
size: {
baseName: "size",
type: "number",
format: "int64",
},
ttl: {
baseName: "ttl",
type: "number",
format: "int64",
},
value: {
baseName: "value",
type: "string",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CloudWorkloadSecurityAgentRuleActionSet.js.map
;