machinegroup

package
v3.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineGroup

type MachineGroup struct {
	ID              string     `json:"id,omitempty"`
	Name            string     `json:"name,omitempty"`
	Description     string     `json:"description,omitempty"`
	Enabled         bool       `json:"enabled,omitempty"`
	CreationTime    string     `json:"creationTime,omitempty"`
	Machines        []Machines `json:"machines,omitempty"`
	ModifiedBy      string     `json:"modifiedBy,omitempty"`
	ModifiedTime    string     `json:"modifiedTime,omitempty"`
	MicroTenantID   string     `json:"microtenantId,omitempty"`
	MicroTenantName string     `json:"microtenantName,omitempty"`
}

func Get

func Get(ctx context.Context, service *zscaler.Service, machineGroupID string) (*MachineGroup, *http.Response, error)

func GetAll

func GetAll(ctx context.Context, service *zscaler.Service) ([]MachineGroup, *http.Response, error)

func GetByName

func GetByName(ctx context.Context, service *zscaler.Service, machineGroupName string) (*MachineGroup, *http.Response, error)

type Machines

type Machines struct {
	ID               string                 `json:"id,omitempty"`
	Name             string                 `json:"name,omitempty"`
	Description      string                 `json:"description,omitempty"`
	CreationTime     string                 `json:"creationTime,omitempty"`
	Fingerprint      string                 `json:"fingerprint,omitempty"`
	IssuedCertID     string                 `json:"issuedCertId,omitempty"`
	MachineGroupID   string                 `json:"machineGroupId,omitempty"`
	MachineGroupName string                 `json:"machineGroupName,omitempty"`
	MachineTokenID   string                 `json:"machineTokenId,omitempty"`
	ModifiedBy       string                 `json:"modifiedBy,omitempty"`
	ModifiedTime     string                 `json:"modifiedTime,omitempty"`
	MicroTenantID    string                 `json:"microtenantId,omitempty"`
	MicroTenantName  string                 `json:"microtenantName,omitempty"`
	SigningCert      map[string]interface{} `json:"signingCert,omitempty"`
}

Jump to

Keyboard shortcuts

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