View Source GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse (google_api_kms_inventory v0.4.0)
Response message for KeyTrackingService.SearchProtectedResources.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
protectedResources(type:list(GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1ProtectedResource.t), default:nil) - Protected resources for this page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse{ nextPageToken: String.t() | nil, protectedResources: [ GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1ProtectedResource.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.