published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Event Forwarder Microsoft Teams resource
Create EventForwarderTeams Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventForwarderTeams(name: string, args: EventForwarderTeamsArgs, opts?: CustomResourceOptions);@overload
def EventForwarderTeams(resource_name: str,
args: EventForwarderTeamsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EventForwarderTeams(resource_name: str,
opts: Optional[ResourceOptions] = None,
gateway_event_source_locations: Optional[Sequence[str]] = None,
url: Optional[str] = None,
runner_type: Optional[str] = None,
event_forwarder_teams_id: Optional[str] = None,
event_types: Optional[Sequence[str]] = None,
every: Optional[str] = None,
auth_methods_event_source_locations: Optional[Sequence[str]] = None,
items_event_source_locations: Optional[Sequence[str]] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
name: Optional[str] = None,
enable: Optional[str] = None,
targets_event_source_locations: Optional[Sequence[str]] = None,
description: Optional[str] = None)func NewEventForwarderTeams(ctx *Context, name string, args EventForwarderTeamsArgs, opts ...ResourceOption) (*EventForwarderTeams, error)public EventForwarderTeams(string name, EventForwarderTeamsArgs args, CustomResourceOptions? opts = null)
public EventForwarderTeams(String name, EventForwarderTeamsArgs args)
public EventForwarderTeams(String name, EventForwarderTeamsArgs args, CustomResourceOptions options)
type: akeyless:EventForwarderTeams
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_eventforwarderteams" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args EventForwarderTeamsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventForwarderTeamsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventForwarderTeamsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventForwarderTeamsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventForwarderTeamsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var eventForwarderTeamsResource = new Akeyless.EventForwarderTeams("eventForwarderTeamsResource", new()
{
GatewayEventSourceLocations = new[]
{
"string",
},
Url = "string",
RunnerType = "string",
EventForwarderTeamsId = "string",
EventTypes = new[]
{
"string",
},
Every = "string",
AuthMethodsEventSourceLocations = new[]
{
"string",
},
ItemsEventSourceLocations = new[]
{
"string",
},
KeepPrevVersion = "string",
Key = "string",
Name = "string",
Enable = "string",
TargetsEventSourceLocations = new[]
{
"string",
},
Description = "string",
});
example, err := akeyless.NewEventForwarderTeams(ctx, "eventForwarderTeamsResource", &akeyless.EventForwarderTeamsArgs{
GatewayEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
Url: pulumi.String("string"),
RunnerType: pulumi.String("string"),
EventForwarderTeamsId: pulumi.String("string"),
EventTypes: pulumi.StringArray{
pulumi.String("string"),
},
Every: pulumi.String("string"),
AuthMethodsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
ItemsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
Name: pulumi.String("string"),
Enable: pulumi.String("string"),
TargetsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
})
resource "akeyless_eventforwarderteams" "eventForwarderTeamsResource" {
gateway_event_source_locations = ["string"]
url = "string"
runner_type = "string"
event_forwarder_teams_id = "string"
event_types = ["string"]
every = "string"
auth_methods_event_source_locations = ["string"]
items_event_source_locations = ["string"]
keep_prev_version = "string"
key = "string"
name = "string"
enable = "string"
targets_event_source_locations = ["string"]
description = "string"
}
var eventForwarderTeamsResource = new EventForwarderTeams("eventForwarderTeamsResource", EventForwarderTeamsArgs.builder()
.gatewayEventSourceLocations("string")
.url("string")
.runnerType("string")
.eventForwarderTeamsId("string")
.eventTypes("string")
.every("string")
.authMethodsEventSourceLocations("string")
.itemsEventSourceLocations("string")
.keepPrevVersion("string")
.key("string")
.name("string")
.enable("string")
.targetsEventSourceLocations("string")
.description("string")
.build());
event_forwarder_teams_resource = akeyless.EventForwarderTeams("eventForwarderTeamsResource",
gateway_event_source_locations=["string"],
url="string",
runner_type="string",
event_forwarder_teams_id="string",
event_types=["string"],
every="string",
auth_methods_event_source_locations=["string"],
items_event_source_locations=["string"],
keep_prev_version="string",
key="string",
name="string",
enable="string",
targets_event_source_locations=["string"],
description="string")
const eventForwarderTeamsResource = new akeyless.EventForwarderTeams("eventForwarderTeamsResource", {
gatewayEventSourceLocations: ["string"],
url: "string",
runnerType: "string",
eventForwarderTeamsId: "string",
eventTypes: ["string"],
every: "string",
authMethodsEventSourceLocations: ["string"],
itemsEventSourceLocations: ["string"],
keepPrevVersion: "string",
key: "string",
name: "string",
enable: "string",
targetsEventSourceLocations: ["string"],
description: "string",
});
type: akeyless:EventForwarderTeams
properties:
authMethodsEventSourceLocations:
- string
description: string
enable: string
eventForwarderTeamsId: string
eventTypes:
- string
every: string
gatewayEventSourceLocations:
- string
itemsEventSourceLocations:
- string
keepPrevVersion: string
key: string
name: string
runnerType: string
targetsEventSourceLocations:
- string
url: string
EventForwarderTeams Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EventForwarderTeams resource accepts the following input properties:
- Gateway
Event List<string>Source Locations - Event sources
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Url string
- Teams Webhook URL
- Auth
Methods List<string>Event Source Locations - Auth Method Event sources
- Description string
- Description of the object
- Enable string
- Enable/Disable Event Forwarder [true/false]
- Event
Forwarder stringTeams Id - The ID of this resource.
- Event
Types List<string> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- Every string
- Rate of periodic runner repetition in hours
- Items
Event List<string>Source Locations - Items Event sources
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- Name string
- EventForwarder name
- Targets
Event List<string>Source Locations - Targets Event sources
- Gateway
Event []stringSource Locations - Event sources
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Url string
- Teams Webhook URL
- Auth
Methods []stringEvent Source Locations - Auth Method Event sources
- Description string
- Description of the object
- Enable string
- Enable/Disable Event Forwarder [true/false]
- Event
Forwarder stringTeams Id - The ID of this resource.
- Event
Types []string - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- Every string
- Rate of periodic runner repetition in hours
- Items
Event []stringSource Locations - Items Event sources
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- Name string
- EventForwarder name
- Targets
Event []stringSource Locations - Targets Event sources
- gateway_
event_ list(string)source_ locations - Event sources
- runner_
type string - Event Forwarder runner type [immediate/periodic]
- url string
- Teams Webhook URL
- auth_
methods_ list(string)event_ source_ locations - Auth Method Event sources
- description string
- Description of the object
- enable string
- Enable/Disable Event Forwarder [true/false]
- event_
forwarder_ stringteams_ id - The ID of this resource.
- event_
types list(string) - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every string
- Rate of periodic runner repetition in hours
- items_
event_ list(string)source_ locations - Items Event sources
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name string
- EventForwarder name
- targets_
event_ list(string)source_ locations - Targets Event sources
- gateway
Event List<String>Source Locations - Event sources
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- url String
- Teams Webhook URL
- auth
Methods List<String>Event Source Locations - Auth Method Event sources
- description String
- Description of the object
- enable String
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder StringTeams Id - The ID of this resource.
- event
Types List<String> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every String
- Rate of periodic runner repetition in hours
- items
Event List<String>Source Locations - Items Event sources
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name String
- EventForwarder name
- targets
Event List<String>Source Locations - Targets Event sources
- gateway
Event string[]Source Locations - Event sources
- runner
Type string - Event Forwarder runner type [immediate/periodic]
- url string
- Teams Webhook URL
- auth
Methods string[]Event Source Locations - Auth Method Event sources
- description string
- Description of the object
- enable string
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder stringTeams Id - The ID of this resource.
- event
Types string[] - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every string
- Rate of periodic runner repetition in hours
- items
Event string[]Source Locations - Items Event sources
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name string
- EventForwarder name
- targets
Event string[]Source Locations - Targets Event sources
- gateway_
event_ Sequence[str]source_ locations - Event sources
- runner_
type str - Event Forwarder runner type [immediate/periodic]
- url str
- Teams Webhook URL
- auth_
methods_ Sequence[str]event_ source_ locations - Auth Method Event sources
- description str
- Description of the object
- enable str
- Enable/Disable Event Forwarder [true/false]
- event_
forwarder_ strteams_ id - The ID of this resource.
- event_
types Sequence[str] - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every str
- Rate of periodic runner repetition in hours
- items_
event_ Sequence[str]source_ locations - Items Event sources
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name str
- EventForwarder name
- targets_
event_ Sequence[str]source_ locations - Targets Event sources
- gateway
Event List<String>Source Locations - Event sources
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- url String
- Teams Webhook URL
- auth
Methods List<String>Event Source Locations - Auth Method Event sources
- description String
- Description of the object
- enable String
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder StringTeams Id - The ID of this resource.
- event
Types List<String> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every String
- Rate of periodic runner repetition in hours
- items
Event List<String>Source Locations - Items Event sources
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name String
- EventForwarder name
- targets
Event List<String>Source Locations - Targets Event sources
Outputs
All input properties are implicitly available as output properties. Additionally, the EventForwarderTeams resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing EventForwarderTeams Resource
Get an existing EventForwarderTeams resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EventForwarderTeamsState, opts?: CustomResourceOptions): EventForwarderTeams@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auth_methods_event_source_locations: Optional[Sequence[str]] = None,
description: Optional[str] = None,
enable: Optional[str] = None,
event_forwarder_teams_id: Optional[str] = None,
event_types: Optional[Sequence[str]] = None,
every: Optional[str] = None,
gateway_event_source_locations: Optional[Sequence[str]] = None,
items_event_source_locations: Optional[Sequence[str]] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
name: Optional[str] = None,
runner_type: Optional[str] = None,
targets_event_source_locations: Optional[Sequence[str]] = None,
url: Optional[str] = None) -> EventForwarderTeamsfunc GetEventForwarderTeams(ctx *Context, name string, id IDInput, state *EventForwarderTeamsState, opts ...ResourceOption) (*EventForwarderTeams, error)public static EventForwarderTeams Get(string name, Input<string> id, EventForwarderTeamsState? state, CustomResourceOptions? opts = null)public static EventForwarderTeams get(String name, Output<String> id, EventForwarderTeamsState state, CustomResourceOptions options)resources: _: type: akeyless:EventForwarderTeams get: id: ${id}import {
to = akeyless_eventforwarderteams.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auth
Methods List<string>Event Source Locations - Auth Method Event sources
- Description string
- Description of the object
- Enable string
- Enable/Disable Event Forwarder [true/false]
- Event
Forwarder stringTeams Id - The ID of this resource.
- Event
Types List<string> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- Every string
- Rate of periodic runner repetition in hours
- Gateway
Event List<string>Source Locations - Event sources
- Items
Event List<string>Source Locations - Items Event sources
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- Name string
- EventForwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event List<string>Source Locations - Targets Event sources
- Url string
- Teams Webhook URL
- Auth
Methods []stringEvent Source Locations - Auth Method Event sources
- Description string
- Description of the object
- Enable string
- Enable/Disable Event Forwarder [true/false]
- Event
Forwarder stringTeams Id - The ID of this resource.
- Event
Types []string - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- Every string
- Rate of periodic runner repetition in hours
- Gateway
Event []stringSource Locations - Event sources
- Items
Event []stringSource Locations - Items Event sources
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- Name string
- EventForwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event []stringSource Locations - Targets Event sources
- Url string
- Teams Webhook URL
- auth_
methods_ list(string)event_ source_ locations - Auth Method Event sources
- description string
- Description of the object
- enable string
- Enable/Disable Event Forwarder [true/false]
- event_
forwarder_ stringteams_ id - The ID of this resource.
- event_
types list(string) - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every string
- Rate of periodic runner repetition in hours
- gateway_
event_ list(string)source_ locations - Event sources
- items_
event_ list(string)source_ locations - Items Event sources
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name string
- EventForwarder name
- runner_
type string - Event Forwarder runner type [immediate/periodic]
- targets_
event_ list(string)source_ locations - Targets Event sources
- url string
- Teams Webhook URL
- auth
Methods List<String>Event Source Locations - Auth Method Event sources
- description String
- Description of the object
- enable String
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder StringTeams Id - The ID of this resource.
- event
Types List<String> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every String
- Rate of periodic runner repetition in hours
- gateway
Event List<String>Source Locations - Event sources
- items
Event List<String>Source Locations - Items Event sources
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name String
- EventForwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets Event sources
- url String
- Teams Webhook URL
- auth
Methods string[]Event Source Locations - Auth Method Event sources
- description string
- Description of the object
- enable string
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder stringTeams Id - The ID of this resource.
- event
Types string[] - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every string
- Rate of periodic runner repetition in hours
- gateway
Event string[]Source Locations - Event sources
- items
Event string[]Source Locations - Items Event sources
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name string
- EventForwarder name
- runner
Type string - Event Forwarder runner type [immediate/periodic]
- targets
Event string[]Source Locations - Targets Event sources
- url string
- Teams Webhook URL
- auth_
methods_ Sequence[str]event_ source_ locations - Auth Method Event sources
- description str
- Description of the object
- enable str
- Enable/Disable Event Forwarder [true/false]
- event_
forwarder_ strteams_ id - The ID of this resource.
- event_
types Sequence[str] - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every str
- Rate of periodic runner repetition in hours
- gateway_
event_ Sequence[str]source_ locations - Event sources
- items_
event_ Sequence[str]source_ locations - Items Event sources
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name str
- EventForwarder name
- runner_
type str - Event Forwarder runner type [immediate/periodic]
- targets_
event_ Sequence[str]source_ locations - Targets Event sources
- url str
- Teams Webhook URL
- auth
Methods List<String>Event Source Locations - Auth Method Event sources
- description String
- Description of the object
- enable String
- Enable/Disable Event Forwarder [true/false]
- event
Forwarder StringTeams Id - The ID of this resource.
- event
Types List<String> - List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
- every String
- Rate of periodic runner repetition in hours
- gateway
Event List<String>Source Locations - Event sources
- items
Event List<String>Source Locations - Items Event sources
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used)
- name String
- EventForwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets Event sources
- url String
- Teams Webhook URL
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
