GroupApi: Group operations

GroupApiR Documentation

Group operations

Description

looker.Group

Methods

add_group_group Add a Group to Group

add_group_user Add a User to Group

all_group_groups Get All Groups in Group

all_group_users Get All Users in Group

all_groups Get All Groups

create_group Create Group

delete_group Delete Group

delete_group_from_group Deletes a Group from Group

delete_group_user Remove a User from Group

delete_user_attribute_group_value Delete User Attribute Group Value

group Get Group

search_groups Search Groups

search_groups_with_hierarchy Search Groups with Hierarchy

search_groups_with_roles Search Groups with Roles

update_group Update Group

update_user_attribute_group_value Set User Attribute Group Value

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
GroupApi$new(apiClient)

Method add_group_group()

Usage
GroupApi$add_group_group(group_id, body, ...)

Method add_group_user()

Usage
GroupApi$add_group_user(group_id, body, ...)

Method all_group_groups()

Usage
GroupApi$all_group_groups(group_id, fields, ...)

Method all_group_users()

Usage
GroupApi$all_group_users(group_id, fields, page, per_page, sorts, ...)

Method all_groups()

Usage
GroupApi$all_groups(
  fields,
  page,
  per_page,
  sorts,
  ids,
  content_metadata_id,
  can_add_to_content_metadata,
  ...
)

Method create_group()

Usage
GroupApi$create_group(body, fields, ...)

Method delete_group()

Usage
GroupApi$delete_group(group_id, ...)

Method delete_group_from_group()

Usage
GroupApi$delete_group_from_group(group_id, deleting_group_id, ...)

Method delete_group_user()

Usage
GroupApi$delete_group_user(group_id, user_id, ...)

Method delete_user_attribute_group_value()

Usage
GroupApi$delete_user_attribute_group_value(group_id, user_attribute_id, ...)

Method group()

Usage
GroupApi$group(group_id, fields, ...)

Method search_groups()

Usage
GroupApi$search_groups(
  fields,
  limit,
  offset,
  sorts,
  filter_or,
  id,
  name,
  external_group_id,
  externally_managed,
  externally_orphaned,
  ...
)

Method search_groups_with_hierarchy()

Usage
GroupApi$search_groups_with_hierarchy(
  fields,
  limit,
  offset,
  sorts,
  filter_or,
  id,
  name,
  external_group_id,
  externally_managed,
  externally_orphaned,
  ...
)

Method search_groups_with_roles()

Usage
GroupApi$search_groups_with_roles(
  fields,
  limit,
  offset,
  sorts,
  filter_or,
  id,
  name,
  external_group_id,
  externally_managed,
  externally_orphaned,
  ...
)

Method update_group()

Usage
GroupApi$update_group(group_id, body, fields, ...)

Method update_user_attribute_group_value()

Usage
GroupApi$update_user_attribute_group_value(
  group_id,
  user_attribute_id,
  body,
  ...
)

Method clone()

The objects of this class are cloneable with this method.

Usage
GroupApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.