GoogleApi.BinaryAuthorization.V1.Model.ListPlatformPoliciesResponse (google_api_binary_authorization v0.18.0)
View SourceResponse message for PlatformPolicyManagementService.ListPlatformPolicies.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Pass this value in the ListPlatformPoliciesRequest.page_token field in the subsequent call to theListPlatformPolicies
method to retrieve the next page of results. -
platformPolicies
(type:list(GoogleApi.BinaryAuthorization.V1.Model.PlatformPolicy.t)
, default:nil
) - The list of platform policies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ListPlatformPoliciesResponse{ nextPageToken: String.t() | nil, platformPolicies: [GoogleApi.BinaryAuthorization.V1.Model.PlatformPolicy.t()] | nil }