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 getIncidentPermissionSetResource
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 getIncidentPermissionSetResource(args: GetIncidentPermissionSetResourceArgs, opts?: InvokeOptions): Promise<GetIncidentPermissionSetResourceResult>
function getIncidentPermissionSetResourceOutput(args: GetIncidentPermissionSetResourceOutputArgs, opts?: InvokeOptions): Output<GetIncidentPermissionSetResourceResult>def get_incident_permission_set_resource(created_at: Optional[Mapping[str, str]] = None,
incident_permission_set_id: Optional[str] = None,
kind: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIncidentPermissionSetResourceResult
def get_incident_permission_set_resource_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[GetIncidentPermissionSetResourceResult]func LookupIncidentPermissionSetResource(ctx *Context, args *LookupIncidentPermissionSetResourceArgs, opts ...InvokeOption) (*LookupIncidentPermissionSetResourceResult, error)
func LookupIncidentPermissionSetResourceOutput(ctx *Context, args *LookupIncidentPermissionSetResourceOutputArgs, opts ...InvokeOption) LookupIncidentPermissionSetResourceResultOutput> Note: This function is named LookupIncidentPermissionSetResource in the Go SDK.
public static class GetIncidentPermissionSetResource
{
public static Task<GetIncidentPermissionSetResourceResult> InvokeAsync(GetIncidentPermissionSetResourceArgs args, InvokeOptions? opts = null)
public static Output<GetIncidentPermissionSetResourceResult> Invoke(GetIncidentPermissionSetResourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIncidentPermissionSetResourceResult> getIncidentPermissionSetResource(GetIncidentPermissionSetResourceArgs args, InvokeOptions options)
public static Output<GetIncidentPermissionSetResourceResult> getIncidentPermissionSetResource(GetIncidentPermissionSetResourceArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getIncidentPermissionSetResource:getIncidentPermissionSetResource
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
getIncidentPermissionSetResource 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
