Versions in this module Expand all Collapse all v1 v1.18.0 Mar 30, 2026 v1.17.0 Feb 11, 2026 Changes in this version + type ExternalCredentials struct + ID *string + Name *string + func (o *ExternalCredentials) SetID(v *string) *ExternalCredentials + func (o *ExternalCredentials) SetName(v *string) *ExternalCredentials + func (o ExternalCredentials) MarshalJSON() ([]byte, error) + type Service interface + ListExternalCredentials func(context.Context, string, *string, *string) ([]*ExternalCredentials, error) + func New(sess *session.Session, cfgs ...*controlmonkey.Config) Service + type ServiceOp struct + Client *client.Client + func (s *ServiceOp) ListExternalCredentials(ctx context.Context, credentialsVendor string, credentialsId *string, ...) ([]*ExternalCredentials, error)