Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
This data source provides information about a custom field.
Using getCustomField
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 getCustomField(args: GetCustomFieldArgs, opts?: InvokeOptions): Promise<GetCustomFieldResult>
function getCustomFieldOutput(args: GetCustomFieldOutputArgs, opts?: InvokeOutputOptions): Output<GetCustomFieldResult>def get_custom_field(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomFieldResult
def get_custom_field_output(name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetCustomFieldResult]func LookupCustomField(ctx *Context, args *LookupCustomFieldArgs, opts ...InvokeOption) (*LookupCustomFieldResult, error)
func LookupCustomFieldOutput(ctx *Context, args *LookupCustomFieldOutputArgs, opts ...InvokeOption) LookupCustomFieldResultOutput> Note: This function is named LookupCustomField in the Go SDK.
public static class GetCustomField
{
public static Task<GetCustomFieldResult> InvokeAsync(GetCustomFieldArgs args, InvokeOptions? opts = null)
public static Output<GetCustomFieldResult> Invoke(GetCustomFieldInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetCustomFieldResult> Invoke(GetCustomFieldInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetCustomFieldResult> getCustomField(GetCustomFieldArgs args, InvokeOptions options)
public static Output<GetCustomFieldResult> getCustomField(GetCustomFieldArgs args, InvokeOptions options)
public static Output<GetCustomFieldResult> getCustomField(GetCustomFieldArgs args, InvokeOutputOptions options)
fn::invoke:
function: incident:index/getCustomField:getCustomField
arguments:
# arguments dictionarydata "incident_get_custom_field" "name" {
# arguments
}The following arguments are supported:
- Name string
- Human readable name for the custom field
- Name string
- Human readable name for the custom field
- name string
- Human readable name for the custom field
- name String
- Human readable name for the custom field
- name string
- Human readable name for the custom field
- name str
- Human readable name for the custom field
- name String
- Human readable name for the custom field
getCustomField Result
The following output properties are available:
- Catalog
Type stringId - For catalog fields, the ID of the associated catalog type
- Description string
- Description of the custom field
- Field
Type string - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - Filter
By GetCustom Field Filter By - Fixed
Filter GetCustom Field Fixed Filter - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - Group
By stringCatalog Attribute Id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- Helptext
Catalog stringAttribute Id - Which catalog attribute provides helptext for the options
- Id string
- The custom field ID
- Name string
- Human readable name for the custom field
- Catalog
Type stringId - For catalog fields, the ID of the associated catalog type
- Description string
- Description of the custom field
- Field
Type string - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - Filter
By GetCustom Field Filter By - Fixed
Filter GetCustom Field Fixed Filter - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - Group
By stringCatalog Attribute Id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- Helptext
Catalog stringAttribute Id - Which catalog attribute provides helptext for the options
- Id string
- The custom field ID
- Name string
- Human readable name for the custom field
- catalog_
type_ stringid - For catalog fields, the ID of the associated catalog type
- description string
- Description of the custom field
- field_
type string - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - filter_
by object - fixed_
filter object - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - group_
by_ stringcatalog_ attribute_ id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- helptext_
catalog_ stringattribute_ id - Which catalog attribute provides helptext for the options
- id string
- The custom field ID
- name string
- Human readable name for the custom field
- catalog
Type StringId - For catalog fields, the ID of the associated catalog type
- description String
- Description of the custom field
- field
Type String - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - filter
By GetCustom Field Filter By - fixed
Filter GetCustom Field Fixed Filter - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - group
By StringCatalog Attribute Id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- helptext
Catalog StringAttribute Id - Which catalog attribute provides helptext for the options
- id String
- The custom field ID
- name String
- Human readable name for the custom field
- catalog
Type stringId - For catalog fields, the ID of the associated catalog type
- description string
- Description of the custom field
- field
Type string - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - filter
By GetCustom Field Filter By - fixed
Filter GetCustom Field Fixed Filter - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - group
By stringCatalog Attribute Id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- helptext
Catalog stringAttribute Id - Which catalog attribute provides helptext for the options
- id string
- The custom field ID
- name string
- Human readable name for the custom field
- catalog_
type_ strid - For catalog fields, the ID of the associated catalog type
- description str
- Description of the custom field
- field_
type str - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - filter_
by GetCustom Field Filter By - fixed_
filter GetCustom Field Fixed Filter - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - group_
by_ strcatalog_ attribute_ id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- helptext_
catalog_ strattribute_ id - Which catalog attribute provides helptext for the options
- id str
- The custom field ID
- name str
- Human readable name for the custom field
- catalog
Type StringId - For catalog fields, the ID of the associated catalog type
- description String
- Description of the custom field
- field
Type String - Type of custom field. Possible values are:
single_select,multi_select,text,link,numeric. - filter
By Property Map - fixed
Filter Property Map - Restrict this catalog-backed field's options to catalog entries whose
catalog_attribute_idattribute references one ofvalues. This is the static counterpart tofilter_by: rather than following whatever another custom field is set to on the incident, the filter is chosen up front and is the same for every incident. Mutually exclusive withfilter_by. - group
By StringCatalog Attribute Id - For catalog fields, the ID of the attribute used to group catalog entries (if applicable)
- helptext
Catalog StringAttribute Id - Which catalog attribute provides helptext for the options
- id String
- The custom field ID
- name String
- Human readable name for the custom field
Supporting Types
GetCustomFieldFilterBy
- Catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- Custom
Field stringId - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- Catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- Custom
Field stringId - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- catalog_
attribute_ stringid - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- custom_
field_ stringid - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- catalog
Attribute StringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- custom
Field StringId - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- custom
Field stringId - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- catalog_
attribute_ strid - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- custom_
field_ strid - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
- catalog
Attribute StringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- custom
Field StringId - This must be the ID of a custom field, which must have values of the same type as the attribute you are filtering by.
GetCustomFieldFixedFilter
- Catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- Values List<string>
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- Catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- Values []string
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- catalog_
attribute_ stringid - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- values list(string)
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- catalog
Attribute StringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- values List<String>
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- catalog
Attribute stringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- values string[]
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- catalog_
attribute_ strid - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- values Sequence[str]
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
- catalog
Attribute StringId - This must be an attribute of the catalog type of this custom field. It must be an attribute that points to another catalog type (so not a plain string, number, or boolean attribute).
- values List<String>
- The catalog entry IDs (of the type the attribute points at) that the attribute must reference. The options for this custom field are restricted to entries matching one of these values.
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incidentTerraform Provider.
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io