Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
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 dictionaryThe following arguments are supported:
- Incident
Permission stringSet Id - Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Kind string
- Incident
Permission stringSet Id - Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Kind string
- incident
Permission StringSet Id - created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- kind String
- incident
Permission stringSet Id - created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- kind string
- incident_
permission_ strset_ id - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- kind str
- incident
Permission StringSet Id - created
At 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.
- Incident
Permission stringSet Id - Kind string
- Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Id string
- The ID of this resource.
- Incident
Permission stringSet Id - Kind string
- Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- incident
Permission StringSet Id - kind String
- created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- id string
- The ID of this resource.
- incident
Permission stringSet Id - kind string
- created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- id str
- The ID of this resource.
- incident_
permission_ strset_ id - kind str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- id String
- The ID of this resource.
- incident
Permission StringSet Id - kind String
- created
At 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
rootlyTerraform Provider.
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
