PagerDuty v4.22.1 published on Friday, Mar 21, 2025 by Pulumi
pagerduty.getIncidentTypeCustomField
Explore with Pulumi AI
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:
- Display
Name string - Incident
Type string
- Display
Name string - Incident
Type string
- display
Name String - incident
Type String
- display
Name string - incident
Type string
- display_
name str - incident_
type str
- display
Name String - incident
Type String
getIncidentTypeCustomField Result
The following output properties are available:
- Data
Type string - Default
Value string - Description string
- Display
Name string - Enabled bool
- Field
Options List<GetIncident Type Custom Field Field Option> - Field
Type string - Id string
- Incident
Type string - Name string
- Self string
- Summary string
- Type string
- Data
Type string - Default
Value string - Description string
- Display
Name string - Enabled bool
- Field
Options []GetIncident Type Custom Field Field Option - Field
Type string - Id string
- Incident
Type string - Name string
- Self string
- Summary string
- Type string
- data
Type String - default
Value String - description String
- display
Name String - enabled Boolean
- field
Options List<GetIncident Type Custom Field Field Option> - field
Type String - id String
- incident
Type String - name String
- self String
- summary String
- type String
- data
Type string - default
Value string - description string
- display
Name string - enabled boolean
- field
Options GetIncident Type Custom Field Field Option[] - field
Type string - id string
- incident
Type string - name string
- self string
- summary string
- type string
- data_
type str - default_
value str - description str
- display_
name str - enabled bool
- field_
options Sequence[GetIncident Type Custom Field Field Option] - field_
type str - id str
- incident_
type str - name str
- self str
- summary str
- type str
- data
Type String - default
Value String - description String
- display
Name String - enabled Boolean
- field
Options List<Property Map> - field
Type String - id String
- incident
Type String - name String
- self String
- summary String
- type String
Supporting Types
GetIncidentTypeCustomFieldFieldOption
- Data
Get
Incident Type Custom Field Field Option Data - Id string
- Type string
- Data
Get
Incident Type Custom Field Field Option Data - Id string
- Type string
- data
Get
Incident Type Custom Field Field Option Data - id String
- type String
- data
Get
Incident Type Custom Field Field Option Data - id string
- type string
- data Property Map
- id String
- type String
GetIncidentTypeCustomFieldFieldOptionData
Package Details
- Repository
- PagerDuty pulumi/pulumi-pagerduty
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
pagerduty
Terraform Provider.