1. Packages
  2. Pagerduty Provider
  3. API Docs
  4. getIncidentTypeCustomField
PagerDuty v4.22.1 published on Friday, Mar 21, 2025 by Pulumi

pagerduty.getIncidentTypeCustomField

Explore with Pulumi AI

pagerduty logo
PagerDuty v4.22.1 published on Friday, Mar 21, 2025 by Pulumi

    Using getIncidentTypeCustomField

    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 getIncidentTypeCustomField(args: GetIncidentTypeCustomFieldArgs, opts?: InvokeOptions): Promise<GetIncidentTypeCustomFieldResult>
    function getIncidentTypeCustomFieldOutput(args: GetIncidentTypeCustomFieldOutputArgs, opts?: InvokeOptions): Output<GetIncidentTypeCustomFieldResult>
    def get_incident_type_custom_field(display_name: Optional[str] = None,
                                       incident_type: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetIncidentTypeCustomFieldResult
    def get_incident_type_custom_field_output(display_name: Optional[pulumi.Input[str]] = None,
                                       incident_type: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetIncidentTypeCustomFieldResult]
    func LookupIncidentTypeCustomField(ctx *Context, args *LookupIncidentTypeCustomFieldArgs, opts ...InvokeOption) (*LookupIncidentTypeCustomFieldResult, error)
    func LookupIncidentTypeCustomFieldOutput(ctx *Context, args *LookupIncidentTypeCustomFieldOutputArgs, opts ...InvokeOption) LookupIncidentTypeCustomFieldResultOutput

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

    public static class GetIncidentTypeCustomField 
    {
        public static Task<GetIncidentTypeCustomFieldResult> InvokeAsync(GetIncidentTypeCustomFieldArgs args, InvokeOptions? opts = null)
        public static Output<GetIncidentTypeCustomFieldResult> Invoke(GetIncidentTypeCustomFieldInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIncidentTypeCustomFieldResult> getIncidentTypeCustomField(GetIncidentTypeCustomFieldArgs args, InvokeOptions options)
    public static Output<GetIncidentTypeCustomFieldResult> getIncidentTypeCustomField(GetIncidentTypeCustomFieldArgs args, InvokeOptions options)
    
    fn::invoke:
      function: pagerduty:index/getIncidentTypeCustomField:getIncidentTypeCustomField
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getIncidentTypeCustomField Result

    The following output properties are available:

    dataType String
    defaultValue String
    description String
    displayName String
    enabled Boolean
    fieldOptions List<Property Map>
    fieldType String
    id String
    incidentType String
    name String
    self String
    summary String
    type String

    Supporting Types

    GetIncidentTypeCustomFieldFieldOption

    data Property Map
    id String
    type String

    GetIncidentTypeCustomFieldFieldOptionData

    DataType string
    Value string
    DataType string
    Value string
    dataType String
    value String
    dataType string
    value string
    dataType String
    value String

    Package Details

    Repository
    PagerDuty pulumi/pulumi-pagerduty
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the pagerduty Terraform Provider.
    pagerduty logo
    PagerDuty v4.22.1 published on Friday, Mar 21, 2025 by Pulumi