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"`
}
Click to show internal directories.
Click to hide internal directories.