1. Packages
  2. Rootly
  3. API Docs
  4. getIncidentPermissionSet
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

rootly.getIncidentPermissionSet

Explore with Pulumi AI

rootly logo
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

    Using getIncidentPermissionSet

    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 getIncidentPermissionSet(args: GetIncidentPermissionSetArgs, opts?: InvokeOptions): Promise<GetIncidentPermissionSetResult>
    function getIncidentPermissionSetOutput(args: GetIncidentPermissionSetOutputArgs, opts?: InvokeOptions): Output<GetIncidentPermissionSetResult>
    def get_incident_permission_set(created_at: Optional[Mapping[str, Any]] = None,
                                    name: Optional[str] = None,
                                    slug: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIncidentPermissionSetResult
    def get_incident_permission_set_output(created_at: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    slug: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIncidentPermissionSetResult]
    func LookupIncidentPermissionSet(ctx *Context, args *LookupIncidentPermissionSetArgs, opts ...InvokeOption) (*LookupIncidentPermissionSetResult, error)
    func LookupIncidentPermissionSetOutput(ctx *Context, args *LookupIncidentPermissionSetOutputArgs, opts ...InvokeOption) LookupIncidentPermissionSetResultOutput

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

    public static class GetIncidentPermissionSet 
    {
        public static Task<GetIncidentPermissionSetResult> InvokeAsync(GetIncidentPermissionSetArgs args, InvokeOptions? opts = null)
        public static Output<GetIncidentPermissionSetResult> Invoke(GetIncidentPermissionSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIncidentPermissionSetResult> getIncidentPermissionSet(GetIncidentPermissionSetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: rootly:index/getIncidentPermissionSet:getIncidentPermissionSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, object>
    Filter by date range using 'lt' and 'gt'.
    Name string
    Slug string
    CreatedAt map[string]interface{}
    Filter by date range using 'lt' and 'gt'.
    Name string
    Slug string
    createdAt Map<String,Object>
    Filter by date range using 'lt' and 'gt'.
    name String
    slug String
    createdAt {[key: string]: any}
    Filter by date range using 'lt' and 'gt'.
    name string
    slug string
    created_at Mapping[str, Any]
    Filter by date range using 'lt' and 'gt'.
    name str
    slug str
    createdAt Map<Any>
    Filter by date range using 'lt' and 'gt'.
    name String
    slug String

    getIncidentPermissionSet Result

    The following output properties are available:

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