1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DevOps
  5. getTriggers
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.DevOps.getTriggers

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides the list of Triggers in Oracle Cloud Infrastructure Devops service.

    Returns a list of triggers.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testTriggers = oci.DevOps.getTriggers({
        compartmentId: _var.compartment_id,
        displayName: _var.trigger_display_name,
        id: _var.trigger_id,
        projectId: oci_devops_project.test_project.id,
        state: _var.trigger_state,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_triggers = oci.DevOps.get_triggers(compartment_id=var["compartment_id"],
        display_name=var["trigger_display_name"],
        id=var["trigger_id"],
        project_id=oci_devops_project["test_project"]["id"],
        state=var["trigger_state"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DevOps"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DevOps.GetTriggers(ctx, &devops.GetTriggersArgs{
    			CompartmentId: pulumi.StringRef(_var.Compartment_id),
    			DisplayName:   pulumi.StringRef(_var.Trigger_display_name),
    			Id:            pulumi.StringRef(_var.Trigger_id),
    			ProjectId:     pulumi.StringRef(oci_devops_project.Test_project.Id),
    			State:         pulumi.StringRef(_var.Trigger_state),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testTriggers = Oci.DevOps.GetTriggers.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            DisplayName = @var.Trigger_display_name,
            Id = @var.Trigger_id,
            ProjectId = oci_devops_project.Test_project.Id,
            State = @var.Trigger_state,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DevOps.DevOpsFunctions;
    import com.pulumi.oci.DevOps.inputs.GetTriggersArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testTriggers = DevOpsFunctions.getTriggers(GetTriggersArgs.builder()
                .compartmentId(var_.compartment_id())
                .displayName(var_.trigger_display_name())
                .id(var_.trigger_id())
                .projectId(oci_devops_project.test_project().id())
                .state(var_.trigger_state())
                .build());
    
        }
    }
    
    variables:
      testTriggers:
        fn::invoke:
          Function: oci:DevOps:getTriggers
          Arguments:
            compartmentId: ${var.compartment_id}
            displayName: ${var.trigger_display_name}
            id: ${var.trigger_id}
            projectId: ${oci_devops_project.test_project.id}
            state: ${var.trigger_state}
    

    Using getTriggers

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTriggers(args: GetTriggersArgs, opts?: InvokeOptions): Promise<GetTriggersResult>
    function getTriggersOutput(args: GetTriggersOutputArgs, opts?: InvokeOptions): Output<GetTriggersResult>
    def get_triggers(compartment_id: Optional[str] = None,
                     display_name: Optional[str] = None,
                     filters: Optional[Sequence[_devops.GetTriggersFilter]] = None,
                     id: Optional[str] = None,
                     project_id: Optional[str] = None,
                     state: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetTriggersResult
    def get_triggers_output(compartment_id: Optional[pulumi.Input[str]] = None,
                     display_name: Optional[pulumi.Input[str]] = None,
                     filters: Optional[pulumi.Input[Sequence[pulumi.Input[_devops.GetTriggersFilterArgs]]]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     project_id: Optional[pulumi.Input[str]] = None,
                     state: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetTriggersResult]
    func GetTriggers(ctx *Context, args *GetTriggersArgs, opts ...InvokeOption) (*GetTriggersResult, error)
    func GetTriggersOutput(ctx *Context, args *GetTriggersOutputArgs, opts ...InvokeOption) GetTriggersResultOutput

    > Note: This function is named GetTriggers in the Go SDK.

    public static class GetTriggers 
    {
        public static Task<GetTriggersResult> InvokeAsync(GetTriggersArgs args, InvokeOptions? opts = null)
        public static Output<GetTriggersResult> Invoke(GetTriggersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTriggersResult> getTriggers(GetTriggersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DevOps/getTriggers:getTriggers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetTriggersFilter>
    The filters for the trigger.
    Id string
    Unique trigger identifier.
    ProjectId string
    unique project identifier
    State string
    A filter to return only triggers that matches the given lifecycle state.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetTriggersFilter
    The filters for the trigger.
    Id string
    Unique trigger identifier.
    ProjectId string
    unique project identifier
    State string
    A filter to return only triggers that matches the given lifecycle state.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetTriggersFilter>
    The filters for the trigger.
    id String
    Unique trigger identifier.
    projectId String
    unique project identifier
    state String
    A filter to return only triggers that matches the given lifecycle state.
    compartmentId string
    The OCID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetTriggersFilter[]
    The filters for the trigger.
    id string
    Unique trigger identifier.
    projectId string
    unique project identifier
    state string
    A filter to return only triggers that matches the given lifecycle state.
    compartment_id str
    The OCID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[devops.GetTriggersFilter]
    The filters for the trigger.
    id str
    Unique trigger identifier.
    project_id str
    unique project identifier
    state str
    A filter to return only triggers that matches the given lifecycle state.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    The filters for the trigger.
    id String
    Unique trigger identifier.
    projectId String
    unique project identifier
    state String
    A filter to return only triggers that matches the given lifecycle state.

    getTriggers Result

    The following output properties are available:

    TriggerCollections List<GetTriggersTriggerCollection>
    The list of trigger_collection.
    CompartmentId string
    The OCID of the compartment that contains the trigger.
    DisplayName string
    Trigger display name. Avoid entering confidential information.
    Filters List<GetTriggersFilter>
    The filters for the trigger.
    Id string
    Unique identifier that is immutable on creation.
    ProjectId string
    The OCID of the DevOps project to which the trigger belongs to.
    State string
    The current state of the trigger.
    TriggerCollections []GetTriggersTriggerCollection
    The list of trigger_collection.
    CompartmentId string
    The OCID of the compartment that contains the trigger.
    DisplayName string
    Trigger display name. Avoid entering confidential information.
    Filters []GetTriggersFilter
    The filters for the trigger.
    Id string
    Unique identifier that is immutable on creation.
    ProjectId string
    The OCID of the DevOps project to which the trigger belongs to.
    State string
    The current state of the trigger.
    triggerCollections List<GetTriggersTriggerCollection>
    The list of trigger_collection.
    compartmentId String
    The OCID of the compartment that contains the trigger.
    displayName String
    Trigger display name. Avoid entering confidential information.
    filters List<GetTriggersFilter>
    The filters for the trigger.
    id String
    Unique identifier that is immutable on creation.
    projectId String
    The OCID of the DevOps project to which the trigger belongs to.
    state String
    The current state of the trigger.
    triggerCollections GetTriggersTriggerCollection[]
    The list of trigger_collection.
    compartmentId string
    The OCID of the compartment that contains the trigger.
    displayName string
    Trigger display name. Avoid entering confidential information.
    filters GetTriggersFilter[]
    The filters for the trigger.
    id string
    Unique identifier that is immutable on creation.
    projectId string
    The OCID of the DevOps project to which the trigger belongs to.
    state string
    The current state of the trigger.
    trigger_collections Sequence[devops.GetTriggersTriggerCollection]
    The list of trigger_collection.
    compartment_id str
    The OCID of the compartment that contains the trigger.
    display_name str
    Trigger display name. Avoid entering confidential information.
    filters Sequence[devops.GetTriggersFilter]
    The filters for the trigger.
    id str
    Unique identifier that is immutable on creation.
    project_id str
    The OCID of the DevOps project to which the trigger belongs to.
    state str
    The current state of the trigger.
    triggerCollections List<Property Map>
    The list of trigger_collection.
    compartmentId String
    The OCID of the compartment that contains the trigger.
    displayName String
    Trigger display name. Avoid entering confidential information.
    filters List<Property Map>
    The filters for the trigger.
    id String
    Unique identifier that is immutable on creation.
    projectId String
    The OCID of the DevOps project to which the trigger belongs to.
    state String
    The current state of the trigger.

    Supporting Types

    GetTriggersFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetTriggersTriggerCollection

    GetTriggersTriggerCollectionItem

    Actions List<GetTriggersTriggerCollectionItemAction>
    The list of actions that are to be performed for this trigger.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    ConnectionId string
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description about the trigger.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    Id string
    Unique trigger identifier.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ProjectId string
    unique project identifier
    RepositoryId string
    The OCID of the DevOps code repository.
    State string
    A filter to return only triggers that matches the given lifecycle state.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the trigger was created. Format defined by RFC3339.
    TimeUpdated string
    The time the trigger was updated. Format defined by RFC3339.
    TriggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    TriggerUrl string
    The endpoint that listens to trigger events.
    Actions []GetTriggersTriggerCollectionItemAction
    The list of actions that are to be performed for this trigger.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    ConnectionId string
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description about the trigger.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    Id string
    Unique trigger identifier.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ProjectId string
    unique project identifier
    RepositoryId string
    The OCID of the DevOps code repository.
    State string
    A filter to return only triggers that matches the given lifecycle state.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the trigger was created. Format defined by RFC3339.
    TimeUpdated string
    The time the trigger was updated. Format defined by RFC3339.
    TriggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    TriggerUrl string
    The endpoint that listens to trigger events.
    actions List<GetTriggersTriggerCollectionItemAction>
    The list of actions that are to be performed for this trigger.
    compartmentId String
    The OCID of the compartment in which to list resources.
    connectionId String
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description about the trigger.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    id String
    Unique trigger identifier.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    projectId String
    unique project identifier
    repositoryId String
    The OCID of the DevOps code repository.
    state String
    A filter to return only triggers that matches the given lifecycle state.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the trigger was created. Format defined by RFC3339.
    timeUpdated String
    The time the trigger was updated. Format defined by RFC3339.
    triggerSource String
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    triggerUrl String
    The endpoint that listens to trigger events.
    actions GetTriggersTriggerCollectionItemAction[]
    The list of actions that are to be performed for this trigger.
    compartmentId string
    The OCID of the compartment in which to list resources.
    connectionId string
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    description string
    Description about the trigger.
    displayName string
    A filter to return only resources that match the entire display name given.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    id string
    Unique trigger identifier.
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    projectId string
    unique project identifier
    repositoryId string
    The OCID of the DevOps code repository.
    state string
    A filter to return only triggers that matches the given lifecycle state.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the trigger was created. Format defined by RFC3339.
    timeUpdated string
    The time the trigger was updated. Format defined by RFC3339.
    triggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    triggerUrl string
    The endpoint that listens to trigger events.
    actions Sequence[devops.GetTriggersTriggerCollectionItemAction]
    The list of actions that are to be performed for this trigger.
    compartment_id str
    The OCID of the compartment in which to list resources.
    connection_id str
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    description str
    Description about the trigger.
    display_name str
    A filter to return only resources that match the entire display name given.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    id str
    Unique trigger identifier.
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    project_id str
    unique project identifier
    repository_id str
    The OCID of the DevOps code repository.
    state str
    A filter to return only triggers that matches the given lifecycle state.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the trigger was created. Format defined by RFC3339.
    time_updated str
    The time the trigger was updated. Format defined by RFC3339.
    trigger_source str
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    trigger_url str
    The endpoint that listens to trigger events.
    actions List<Property Map>
    The list of actions that are to be performed for this trigger.
    compartmentId String
    The OCID of the compartment in which to list resources.
    connectionId String
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description about the trigger.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {"bar-key": "value"}
    id String
    Unique trigger identifier.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    projectId String
    unique project identifier
    repositoryId String
    The OCID of the DevOps code repository.
    state String
    A filter to return only triggers that matches the given lifecycle state.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the trigger was created. Format defined by RFC3339.
    timeUpdated String
    The time the trigger was updated. Format defined by RFC3339.
    triggerSource String
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    triggerUrl String
    The endpoint that listens to trigger events.

    GetTriggersTriggerCollectionItemAction

    BuildPipelineId string
    The OCID of the build pipeline to be triggered.
    Filters List<GetTriggersTriggerCollectionItemActionFilter>
    The filters for the trigger.
    Type string
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
    BuildPipelineId string
    The OCID of the build pipeline to be triggered.
    Filters []GetTriggersTriggerCollectionItemActionFilter
    The filters for the trigger.
    Type string
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
    buildPipelineId String
    The OCID of the build pipeline to be triggered.
    filters List<GetTriggersTriggerCollectionItemActionFilter>
    The filters for the trigger.
    type String
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
    buildPipelineId string
    The OCID of the build pipeline to be triggered.
    filters GetTriggersTriggerCollectionItemActionFilter[]
    The filters for the trigger.
    type string
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
    build_pipeline_id str
    The OCID of the build pipeline to be triggered.
    filters Sequence[devops.GetTriggersTriggerCollectionItemActionFilter]
    The filters for the trigger.
    type str
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
    buildPipelineId String
    The OCID of the build pipeline to be triggered.
    filters List<Property Map>
    The filters for the trigger.
    type String
    The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.

    GetTriggersTriggerCollectionItemActionFilter

    Events List<string>
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    Excludes List<GetTriggersTriggerCollectionItemActionFilterExclude>
    Includes List<GetTriggersTriggerCollectionItemActionFilterInclude>
    Attributes to filter GitLab self-hosted server events.
    TriggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    Events []string
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    Excludes []GetTriggersTriggerCollectionItemActionFilterExclude
    Includes []GetTriggersTriggerCollectionItemActionFilterInclude
    Attributes to filter GitLab self-hosted server events.
    TriggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    events List<String>
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    excludes List<GetTriggersTriggerCollectionItemActionFilterExclude>
    includes List<GetTriggersTriggerCollectionItemActionFilterInclude>
    Attributes to filter GitLab self-hosted server events.
    triggerSource String
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    events string[]
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    excludes GetTriggersTriggerCollectionItemActionFilterExclude[]
    includes GetTriggersTriggerCollectionItemActionFilterInclude[]
    Attributes to filter GitLab self-hosted server events.
    triggerSource string
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    events Sequence[str]
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    excludes Sequence[devops.GetTriggersTriggerCollectionItemActionFilterExclude]
    includes Sequence[devops.GetTriggersTriggerCollectionItemActionFilterInclude]
    Attributes to filter GitLab self-hosted server events.
    trigger_source str
    Source of the trigger. Allowed values are, GITHUB and GITLAB.
    events List<String>
    The events, for example, PUSH, PULL_REQUEST_MERGE.
    excludes List<Property Map>
    includes List<Property Map>
    Attributes to filter GitLab self-hosted server events.
    triggerSource String
    Source of the trigger. Allowed values are, GITHUB and GITLAB.

    GetTriggersTriggerCollectionItemActionFilterExclude

    GetTriggersTriggerCollectionItemActionFilterExcludeFileFilter

    FilePaths List<string>
    FilePaths []string
    filePaths List<String>
    filePaths string[]
    file_paths Sequence[str]
    filePaths List<String>

    GetTriggersTriggerCollectionItemActionFilterInclude

    BaseRef string
    The target branch for pull requests; not applicable for push requests.
    FileFilters List<GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter>
    HeadRef string
    Branch for push event; source branch for pull requests.
    RepositoryName string
    The repository name for trigger events.
    BaseRef string
    The target branch for pull requests; not applicable for push requests.
    FileFilters []GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter
    HeadRef string
    Branch for push event; source branch for pull requests.
    RepositoryName string
    The repository name for trigger events.
    baseRef String
    The target branch for pull requests; not applicable for push requests.
    fileFilters List<GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter>
    headRef String
    Branch for push event; source branch for pull requests.
    repositoryName String
    The repository name for trigger events.
    baseRef string
    The target branch for pull requests; not applicable for push requests.
    fileFilters GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter[]
    headRef string
    Branch for push event; source branch for pull requests.
    repositoryName string
    The repository name for trigger events.
    base_ref str
    The target branch for pull requests; not applicable for push requests.
    file_filters Sequence[devops.GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter]
    head_ref str
    Branch for push event; source branch for pull requests.
    repository_name str
    The repository name for trigger events.
    baseRef String
    The target branch for pull requests; not applicable for push requests.
    fileFilters List<Property Map>
    headRef String
    Branch for push event; source branch for pull requests.
    repositoryName String
    The repository name for trigger events.

    GetTriggersTriggerCollectionItemActionFilterIncludeFileFilter

    FilePaths List<string>
    FilePaths []string
    filePaths List<String>
    filePaths string[]
    file_paths Sequence[str]
    filePaths List<String>

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi