roles

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RolesListResponse

type RolesListResponse struct {
	Code string `json:"code"`
	Data struct {
		Items []struct {
			Name        string   `json:"name"`
			Description string   `json:"description"`
			IsCustom    *bool    `json:"is_custom"`
			Scope       []string `json:"scope"`
		} `json:"items"`
		NextCursor string `json:"next_cursor"`
	} `json:"data"`
}

type RolesListService

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

RolesListService implements the Group Management, List All Roles API. Ref. https://fivetran.com/docs/rest-api/roles

func (*RolesListService) Cursor

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

func (*RolesListService) Do

func (*RolesListService) Limit

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

Jump to

Keyboard shortcuts

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