groups

package
v0.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupAddUserService added in v0.7.15

type GroupAddUserService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupAddUserService) Do added in v0.7.15

func (*GroupAddUserService) Email added in v0.7.15

func (*GroupAddUserService) GroupID added in v0.7.15

func (s *GroupAddUserService) GroupID(value string) *GroupAddUserService

func (*GroupAddUserService) Role added in v0.7.15

type GroupCreateService added in v0.7.15

type GroupCreateService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupCreateService) Do added in v0.7.15

func (*GroupCreateService) Name added in v0.7.15

type GroupDeleteService added in v0.7.15

type GroupDeleteService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupDeleteService) Do added in v0.7.15

func (*GroupDeleteService) GroupID added in v0.7.15

func (s *GroupDeleteService) GroupID(value string) *GroupDeleteService

type GroupDetailsResponse

type GroupDetailsResponse struct {
	common.CommonResponse
	Data GroupItem `json:"data"`
}

type GroupDetailsService added in v0.7.15

type GroupDetailsService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupDetailsService) Do added in v0.7.15

func (*GroupDetailsService) GroupID added in v0.7.15

func (s *GroupDetailsService) GroupID(value string) *GroupDetailsService

type GroupItem

type GroupItem struct {
	ID        string    `json:"id"`
	Name      string    `json:"name"`
	CreatedAt time.Time `json:"created_at"`
}

type GroupListConnectorsResponse added in v0.7.15

type GroupListConnectorsResponse struct {
	common.CommonResponse
	Data struct {
		Items      []connectors.DetailsResponseDataCommon `json:"items"`
		NextCursor string                                 `json:"next_cursor"`
	} `json:"data"`
}

type GroupListConnectorsService added in v0.7.15

type GroupListConnectorsService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupListConnectorsService) Cursor added in v0.7.15

func (*GroupListConnectorsService) Do added in v0.7.15

func (*GroupListConnectorsService) GroupID added in v0.7.15

func (*GroupListConnectorsService) Limit added in v0.7.15

func (*GroupListConnectorsService) Schema added in v0.7.15

type GroupListUsersResponse added in v0.7.15

type GroupListUsersResponse struct {
	common.CommonResponse
	Data struct {
		Items      []users.UserDetailsData `json:"items"`
		NextCursor string                  `json:"next_cursor"`
	} `json:"data"`
}

type GroupListUsersService added in v0.7.15

type GroupListUsersService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupListUsersService) Cursor added in v0.7.15

func (*GroupListUsersService) Do added in v0.7.15

func (*GroupListUsersService) GroupID added in v0.7.15

func (*GroupListUsersService) Limit added in v0.7.15

type GroupModifyService added in v0.7.15

type GroupModifyService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupModifyService) Do added in v0.7.15

func (*GroupModifyService) GroupID added in v0.7.15

func (s *GroupModifyService) GroupID(value string) *GroupModifyService

func (*GroupModifyService) Name added in v0.7.15

type GroupRemoveUserService added in v0.7.15

type GroupRemoveUserService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupRemoveUserService) Do added in v0.7.15

func (*GroupRemoveUserService) GroupID added in v0.7.15

func (*GroupRemoveUserService) UserID added in v0.7.15

type GroupServiceAccountResponse added in v0.7.15

type GroupServiceAccountResponse struct {
	common.CommonResponse
	Data struct {
		ServiceAccount string `json:"service_account"`
	}
}

type GroupServiceAccountService added in v0.7.15

type GroupServiceAccountService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupServiceAccountService) Do added in v0.7.15

func (*GroupServiceAccountService) GroupID added in v0.7.15

type GroupSshKeyResponse added in v0.7.15

type GroupSshKeyResponse struct {
	common.CommonResponse
	Data struct {
		PublicKey string `json:"public_key"`
	}
}

type GroupSshKeyService added in v0.7.15

type GroupSshKeyService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupSshKeyService) Do added in v0.7.15

func (*GroupSshKeyService) GroupID added in v0.7.15

func (s *GroupSshKeyService) GroupID(value string) *GroupSshKeyService

type GroupsListResponse added in v0.7.15

type GroupsListResponse struct {
	common.CommonResponse
	Data struct {
		Items      []GroupItem `json:"items"`
		NextCursor string      `json:"next_cursor"`
	} `json:"data"`
}

type GroupsListService added in v0.7.15

type GroupsListService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

func (*GroupsListService) Cursor added in v0.7.15

func (s *GroupsListService) Cursor(value string) *GroupsListService

func (*GroupsListService) Do added in v0.7.15

func (*GroupsListService) Limit added in v0.7.15

func (s *GroupsListService) Limit(value int) *GroupsListService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL