View Source GoogleApi.CloudControlsPartner.V1.Model.ListViolationsResponse (google_api_cloud_controls_partner v0.3.1)
Response message for list customer violation requests
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token that can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable
(type:list(String.t)
, default:nil
) - Workloads that could not be reached due to permission errors or any other error. Ref: https://google.aip.dev/217 -
violations
(type:list(GoogleApi.CloudControlsPartner.V1.Model.Violation.t)
, default:nil
) - List of violation
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.ListViolationsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, violations: [GoogleApi.CloudControlsPartner.V1.Model.Violation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.