Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
activeAssets
integer
Number of active assets.
securityPolicyApplyingAssets
integer
Number of assets that are in process of updating the security policy on attached resources.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-08 UTC."],[[["\u003cp\u003eThe JSON representation provides an aggregated status of assets in a lake or zone, including update time, active assets, and assets updating security policies.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eupdateTime\u003c/code\u003e is a timestamp string indicating the last status update, adhering to RFC 3339 format with support for various fractional digit precisions and offsets.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eactiveAssets\u003c/code\u003e is an integer representing the count of currently active assets.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esecurityPolicyApplyingAssets\u003c/code\u003e is an integer indicating how many assets are undergoing security policy updates.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAggregated status of the underlying assets of a lake or zone.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------|\n| ``` { \"updateTime\": string, \"activeAssets\": integer, \"securityPolicyApplyingAssets\": integer } ``` |\n\n| Fields ||\n|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Last update time of the status. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `activeAssets` | `integer` Number of active assets. |\n| `securityPolicyApplyingAssets` | `integer` Number of assets that are in process of updating the security policy on attached resources. |"]]