@@ -73,6 +73,10 @@ def openapi_types():
7373 "browser_usage" : (float ,), # noqa: E501
7474 "container_percentage" : (float ,), # noqa: E501
7575 "container_usage" : (float ,), # noqa: E501
76+ "cspm_container_percentage" : (float ,), # noqa: E501
77+ "cspm_container_usage" : (float ,), # noqa: E501
78+ "cspm_host_percentage" : (float ,), # noqa: E501
79+ "cspm_host_usage" : (float ,), # noqa: E501
7680 "custom_timeseries_percentage" : (float ,), # noqa: E501
7781 "custom_timeseries_usage" : (float ,), # noqa: E501
7882 "cws_container_percentage" : (float ,), # noqa: E501
@@ -110,6 +114,10 @@ def discriminator():
110114 "browser_usage" : "browser_usage" , # noqa: E501
111115 "container_percentage" : "container_percentage" , # noqa: E501
112116 "container_usage" : "container_usage" , # noqa: E501
117+ "cspm_container_percentage" : "cspm_container_percentage" , # noqa: E501
118+ "cspm_container_usage" : "cspm_container_usage" , # noqa: E501
119+ "cspm_host_percentage" : "cspm_host_percentage" , # noqa: E501
120+ "cspm_host_usage" : "cspm_host_usage" , # noqa: E501
113121 "custom_timeseries_percentage" : "custom_timeseries_percentage" , # noqa: E501
114122 "custom_timeseries_usage" : "custom_timeseries_usage" , # noqa: E501
115123 "cws_container_percentage" : "cws_container_percentage" , # noqa: E501
@@ -190,6 +198,10 @@ def __init__(self, *args, **kwargs): # noqa: E501
190198 browser_usage (float): The synthetic browser test usage by tag(s).. [optional] # noqa: E501
191199 container_percentage (float): The percentage of container usage by tag(s).. [optional] # noqa: E501
192200 container_usage (float): The container usage by tag(s).. [optional] # noqa: E501
201+ cspm_container_percentage (float): The percentage of Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501
202+ cspm_container_usage (float): The Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501
203+ cspm_host_percentage (float): The percentage of Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501
204+ cspm_host_usage (float): The Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501
193205 custom_timeseries_percentage (float): The percentage of custom metrics usage by tag(s).. [optional] # noqa: E501
194206 custom_timeseries_usage (float): The custom metrics usage by tag(s).. [optional] # noqa: E501
195207 cws_container_percentage (float): The percentage of Cloud Workload Security container usage by tag(s). [optional] # noqa: E501
0 commit comments