issuing

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlProfileRequest

type ControlProfileRequest struct {
	Name string `json:"name,omitempty"`
}

type ControlProfileResponse

type ControlProfileResponse struct {
	HttpMetadata     common.HttpMetadata
	Id               string                 `json:"id,omitempty"`
	Name             string                 `json:"name,omitempty"`
	CreatedDate      *time.Time             `json:"created_date,omitempty"`
	LastModifiedDate *time.Time             `json:"last_modified_date,omitempty"`
	Links            map[string]common.Link `json:"_links,omitempty"`
}

type ControlProfilesQuery

type ControlProfilesQuery struct {
	TargetId string `url:"target_id,omitempty"`
}

type ControlProfilesResponse

type ControlProfilesResponse struct {
	HttpMetadata    common.HttpMetadata
	ControlProfiles []ControlProfileResponse `json:"control_profiles,omitempty"`
}

Jump to

Keyboard shortcuts

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