Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.7.4
type Config map[string]interface{}
Config is a map of job-specific configuration
type GrantDormancyCheckConfig ¶ added in v0.7.5
type PendingApprovalsReminderConfig ¶ added in v0.11.2
type PendingApprovalsReminderConfig struct {
DryRun bool `mapstructure:"dry_run"`
}
type RevokeGrantsByUserCriteriaConfig ¶ added in v0.7.4
type RevokeGrantsByUserCriteriaConfig struct { IAM domain.IAMConfig `mapstructure:"iam"` UserCriteria evaluator.Expression `mapstructure:"user_criteria"` ReassignOwnershipTo evaluator.Expression `mapstructure:"reassign_ownership_to"` DryRun bool `mapstructure:"dry_run"` }
type Type ¶ added in v0.7.4
type Type string
const ( TypeFetchResources Type = "fetch_resources" TypeExpiringGrantNotification Type = "expiring_grant_notification" TypeRevokeExpiredGrants Type = "revoke_expired_grants" TypeRevokeGrantsByUserCriteria Type = "revoke_grants_by_user_criteria" TypeGrantDormancyCheck Type = "grant_dormancy_check" TypePendingApprovalsReminder Type = "pending_approvals_reminder" )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.