1. Packages
  2. Rootly
  3. API Docs
  4. getIncidentPermissionSetResource
Rootly v1.2.1 published on Tuesday, Apr 2, 2024 by Rootly

rootly.getIncidentPermissionSetResource

Explore with Pulumi AI

rootly logo
Rootly v1.2.1 published on Tuesday, Apr 2, 2024 by Rootly

    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, Any]] = None,
                                             kind: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetIncidentPermissionSetResourceResult
    def get_incident_permission_set_resource_output(created_at: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                                             kind: Optional[pulumi.Input[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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: rootly:index/getIncidentPermissionSetResource:getIncidentPermissionSetResource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, object>
    Filter by date range using 'lt' and 'gt'.
    Kind string
    CreatedAt map[string]interface{}
    Filter by date range using 'lt' and 'gt'.
    Kind string
    createdAt Map<String,Object>
    Filter by date range using 'lt' and 'gt'.
    kind String
    createdAt {[key: string]: any}
    Filter by date range using 'lt' and 'gt'.
    kind string
    created_at Mapping[str, Any]
    Filter by date range using 'lt' and 'gt'.
    kind str
    createdAt Map<Any>
    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.
    Kind string
    CreatedAt Dictionary<string, object>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    Kind string
    CreatedAt map[string]interface{}
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    kind String
    createdAt Map<String,Object>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    kind string
    createdAt {[key: string]: any}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    kind str
    created_at Mapping[str, Any]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    kind String
    createdAt Map<Any>
    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
    Rootly v1.2.1 published on Tuesday, Apr 2, 2024 by Rootly