GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListPoliciesResponse (google_api_org_policy v0.9.1)
View SourceThe response returned from the ListPolicies method. It will be empty if no policies are set on the resource.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token. -
policies
(type:list(GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Policy.t)
, default:nil
) - All policies that exist on the resource. It will be empty if no policies are set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListPoliciesResponse{ nextPageToken: String.t() | nil, policies: [GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2Policy.t()] | nil }