Cloud Identity API (cloudidentity:v1beta1)

2024-10-23

2 new methods

Additions

    Methods
  • cloudidentity.policies.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/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

      Description : Get a Policy

  • cloudidentity.policies.list

      Path : v1beta1/policies

      Flat Path : v1beta1/policies

      HTTP Method : GET

      Parameters :

        pageSize

          Description : Optional. The maximum number of results to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will default to 50. The maximum allowed value is 100, though requests with page_size greater than that will be interpreted as 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 AND operator.

          Location : query

          Type : string

      Description : List Policies