1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getIncidentPermissionSetBoolean
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq

    Using getIncidentPermissionSetBoolean

    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 getIncidentPermissionSetBoolean(args: GetIncidentPermissionSetBooleanArgs, opts?: InvokeOptions): Promise<GetIncidentPermissionSetBooleanResult>
    function getIncidentPermissionSetBooleanOutput(args: GetIncidentPermissionSetBooleanOutputArgs, opts?: InvokeOptions): Output<GetIncidentPermissionSetBooleanResult>
    def get_incident_permission_set_boolean(created_at: Optional[Mapping[str, str]] = None,
                                            incident_permission_set_id: Optional[str] = None,
                                            kind: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetIncidentPermissionSetBooleanResult
    def get_incident_permission_set_boolean_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                                            incident_permission_set_id: pulumi.Input[Optional[str]] = None,
                                            kind: pulumi.Input[Optional[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetIncidentPermissionSetBooleanResult]
    func LookupIncidentPermissionSetBoolean(ctx *Context, args *LookupIncidentPermissionSetBooleanArgs, opts ...InvokeOption) (*LookupIncidentPermissionSetBooleanResult, error)
    func LookupIncidentPermissionSetBooleanOutput(ctx *Context, args *LookupIncidentPermissionSetBooleanOutputArgs, opts ...InvokeOption) LookupIncidentPermissionSetBooleanResultOutput

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

    public static class GetIncidentPermissionSetBoolean 
    {
        public static Task<GetIncidentPermissionSetBooleanResult> InvokeAsync(GetIncidentPermissionSetBooleanArgs args, InvokeOptions? opts = null)
        public static Output<GetIncidentPermissionSetBooleanResult> Invoke(GetIncidentPermissionSetBooleanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIncidentPermissionSetBooleanResult> getIncidentPermissionSetBoolean(GetIncidentPermissionSetBooleanArgs args, InvokeOptions options)
    public static Output<GetIncidentPermissionSetBooleanResult> getIncidentPermissionSetBoolean(GetIncidentPermissionSetBooleanArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getIncidentPermissionSetBoolean:getIncidentPermissionSetBoolean
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IncidentPermissionSetId string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Kind string
    IncidentPermissionSetId string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    Kind string
    incidentPermissionSetId String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    kind String
    incidentPermissionSetId string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    kind string
    incident_permission_set_id str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    kind str
    incidentPermissionSetId String
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    kind String

    getIncidentPermissionSetBoolean Result

    The following output properties are available:

    Id string
    The ID of this resource.
    IncidentPermissionSetId string
    Kind string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    IncidentPermissionSetId string
    Kind string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    incidentPermissionSetId String
    kind String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    incidentPermissionSetId string
    kind string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    incident_permission_set_id str
    kind str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    incidentPermissionSetId String
    kind String
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.

    Package Details

    Repository
    rootly rootlyhq/pulumi-rootly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the rootly Terraform Provider.
    rootly logo
    Viewing docs for Rootly v3.3.0
    published on Thursday, May 7, 2026 by rootlyhq
      Try Pulumi Cloud free. Your team will thank you.