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

rootly.getIncidentPermissionSetBoolean

Explore with Pulumi AI

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

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

    getIncidentPermissionSetBoolean 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