Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResourcesPageSize int64 = 50
Functions ¶
func WithRateLimitAnnotations ¶
func WithRateLimitAnnotations(rateLimitInfo ...RateLimitInfo) annotations.Annotations
Types ¶
type CrowdStrike ¶
type CrowdStrike struct {
// contains filtered or unexported fields
}
func (*CrowdStrike) Metadata ¶
func (o *CrowdStrike) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error)
func (*CrowdStrike) ResourceSyncers ¶
func (o *CrowdStrike) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer
func (*CrowdStrike) Validate ¶
func (o *CrowdStrike) Validate(ctx context.Context) (annotations.Annotations, error)
Validates that the user has access to all relevant endpoints.
type RateLimitInfo ¶
func NewRateLimitInfo ¶
func NewRateLimitInfo(limit, remaining int64) RateLimitInfo
Click to show internal directories.
Click to hide internal directories.