Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SentinelOne ¶
type SentinelOne struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, baseUrl, token string) (*SentinelOne, error)
New returns the SentinelOne connector.
func (*SentinelOne) Metadata ¶
func (s *SentinelOne) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error)
func (*SentinelOne) ResourceSyncers ¶
func (s *SentinelOne) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer
func (*SentinelOne) Validate ¶
func (s *SentinelOne) Validate(ctx context.Context) (annotations.Annotations, error)
Validates that the user has access to all relevant resources. It's not defined which role is needed to fetch all resources so we need to check that user has access to all of them.
Click to show internal directories.
Click to hide internal directories.