2024-12-11
▼ ▲ cloudidentity.policies.get
Path : v1/{+name}
Flat Path : v1/policies/{policiesId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the policy to retrieve. Format: "policies/{policy}".
Pattern : ^policies/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Get a Policy
▼ ▲ cloudidentity.policies.list
Path : v1/policies
Flat Path : v1/policies
HTTP Method : GET
Parameters :
pageSize
Description : Optional. The maximum number of results to return. The service can return fewer than this number. If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. `page_size` values greater than 100 default to 100.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The pagination token received from a prior call to PoliciesService.ListPolicies to retrieve the next page of results. When paginating, all other parameters provided to `ListPoliciesRequest` must match the call that provided the page token.
Location : query
Type : string
filter
Description : Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.name = 'settings/gmail.*' Policies can be filtered by setting type with this expression: setting.name = '*.service_status' A maximum of one of the above setting.name clauses can be used. Policies can be filtered by customer with this expression: customer = "customers/{customer}" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator.
Location : query
Type : string
Scopes :
Description : List Policies