Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,40 @@
"name": {
"description": "The ID of the agent pool to create. The agentPoolId must meet the following requirements: * Length of 128 characters or less. * Not start with the string goog. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (-), periods (.), underscores (_), or tildes (~). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: ^(?!goog)[a-z]([a-z0-9-._~]*[a-z0-9])?$.",
"required": true,
"security_impact": null,
"rationale": null,
"compliant": null,
"non-compliant": null,
"security_impact": true,
"rationale": "The agent pool name is security relevant because a policy has been implemented to enforce approved naming requirements and prevent reserved or unapproved agent pool identifiers.",
"compliant": "agent-pool-example",
"non-compliant": "goog-agent-pool",
"parent": null
},
"display_name": {
"description": "Specifies the client-specified AgentPool description.",
"required": false,
"security_impact": null,
"rationale": null,
"compliant": null,
"security_impact": false,
"rationale": "The display name is descriptive metadata only and does not enforce access control, encryption, networking, or transfer behavior.",
"compliant": "Example transfer agent pool",
"non-compliant": null,
"parent": null
},
"bandwidth_limit": {
"description": "Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'. Structure is [documented below](#nested_bandwidth_limit).",
"description": "Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'. Structure is documented below (#nested_bandwidth_limit).",
"required": false,
"security_impact": null,
"rationale": null,
"compliant": null,
"non-compliant": null,
"security_impact": true,
"rationale": "Bandwidth controls can reduce the risk of excessive transfer throughput, network saturation, and unintentional resource impact.",
"compliant": "Refer to child argument.",
"non-compliant": "Refer to child argument.",
"parent": null,
"arguments": {
"limit_mbps": {
"description": "Bandwidth rate in megabytes per second, distributed across all the agents in the pool.",
"required": true,
"security_impact": null,
"rationale": null,
"compliant": null,
"non-compliant": null,
"security_impact": true,
"rationale": "A defined bandwidth limit helps constrain transfer throughput and supports controlled data movement.",
"compliant": "120",
"non-compliant": "Unlimited or an out-of-policy value.",
"parent": "bandwidth_limit"
}
}
},
"project": {
"description": "If it is not provided, the provider project is used.",
"required": null,
"security_impact": null,
"rationale": null,
"compliant": null,
"non-compliant": null,
"parent": null
}
}
}
Loading
Loading