google_api_cloud_identity v0.9.1 API Reference

Modules

API client metadata for GoogleApi.CloudIdentity.V1.

API calls for all endpoints tagged Groups.

Handle Tesla connections for GoogleApi.CloudIdentity.V1.

An EntityKey uniquely identifies an Entity. Namespaces are used to provide isolation for IDs. A single ID can be reused across namespaces but the combination of a namespace and an ID must be unique.

Resource representing a Group.

Response message for ListGroups operation.

Attributes

  • memberships (type: list(GoogleApi.CloudIdentity.V1.Model.Membership.t), default: nil) - List of Memberships.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results available for listing.

Attributes

  • name (type: String.t, default: nil) - Resource name of the Group in the format: groups/{group_id}, where group_id is the unique ID assigned to the Group.

Attributes

  • name (type: String.t, default: nil) - Resource name of the Membership being looked up.

Resource representing a Membership within a Group

Resource representing a role within a Membership.

This resource represents a long-running operation that is the result of a network API call.

Attributes

  • groups (type: list(GoogleApi.CloudIdentity.V1.Model.Group.t), default: nil) - List of Groups satisfying the search query.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results available for specified query.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details.