groups

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 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 GroupListConnectionsResponse added in v1.1.1

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

type GroupListConnectionsService added in v1.1.1

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

func (*GroupListConnectionsService) Cursor added in v1.1.1

func (*GroupListConnectionsService) Do added in v1.1.1

func (*GroupListConnectionsService) GroupID added in v1.1.1

func (*GroupListConnectionsService) Limit added in v1.1.1

func (*GroupListConnectionsService) Schema added in v1.1.1

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 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 GroupUpdateService added in v1.1.1

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

func (*GroupUpdateService) Do added in v1.1.1

func (*GroupUpdateService) GroupID added in v1.1.1

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

func (*GroupUpdateService) Name added in v1.1.1

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