Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalCredentials ¶
type ExternalCredentials struct {
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
// contains filtered or unexported fields
}
func (ExternalCredentials) MarshalJSON ¶
func (o ExternalCredentials) MarshalJSON() ([]byte, error)
func (*ExternalCredentials) SetID ¶
func (o *ExternalCredentials) SetID(v *string) *ExternalCredentials
func (*ExternalCredentials) SetName ¶
func (o *ExternalCredentials) SetName(v *string) *ExternalCredentials
type Service ¶
type Service interface {
ListExternalCredentials(context.Context, string, *string, *string) ([]*ExternalCredentials, error)
}
Service provides the API operation methods for making requests to endpoints of the ControlMonkey API. See this package's package overview docs for details on the service.
Click to show internal directories.
Click to hide internal directories.