external_credentials

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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 (*ExternalCredentials) SetName

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.

func New

func New(sess *session.Session, cfgs ...*controlmonkey.Config) Service

type ServiceOp

type ServiceOp struct {
	Client *client.Client
}

func (*ServiceOp) ListExternalCredentials

func (s *ServiceOp) ListExternalCredentials(ctx context.Context, credentialsVendor string, credentialsId *string, credentialsName *string) ([]*ExternalCredentials, error)

Jump to

Keyboard shortcuts

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