1. Packages
  2. Ibm Provider
  3. API Docs
  4. getPnApplicationChrome
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getPnApplicationChrome

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Configure push notifications resource for Chrome web platform. For more information, about push notifications for Chrome, see Chrome applications.

    Using getPnApplicationChrome

    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 getPnApplicationChrome(args: GetPnApplicationChromeArgs, opts?: InvokeOptions): Promise<GetPnApplicationChromeResult>
    function getPnApplicationChromeOutput(args: GetPnApplicationChromeOutputArgs, opts?: InvokeOptions): Output<GetPnApplicationChromeResult>
    def get_pn_application_chrome(guid: Optional[str] = None,
                                  id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetPnApplicationChromeResult
    def get_pn_application_chrome_output(guid: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetPnApplicationChromeResult]
    func LookupPnApplicationChrome(ctx *Context, args *LookupPnApplicationChromeArgs, opts ...InvokeOption) (*LookupPnApplicationChromeResult, error)
    func LookupPnApplicationChromeOutput(ctx *Context, args *LookupPnApplicationChromeOutputArgs, opts ...InvokeOption) LookupPnApplicationChromeResultOutput

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

    public static class GetPnApplicationChrome 
    {
        public static Task<GetPnApplicationChromeResult> InvokeAsync(GetPnApplicationChromeArgs args, InvokeOptions? opts = null)
        public static Output<GetPnApplicationChromeResult> Invoke(GetPnApplicationChromeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPnApplicationChromeResult> getPnApplicationChrome(GetPnApplicationChromeArgs args, InvokeOptions options)
    public static Output<GetPnApplicationChromeResult> getPnApplicationChrome(GetPnApplicationChromeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getPnApplicationChrome:getPnApplicationChrome
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Guid string
    Required - The unique GUID of the application by using the push service.
    Id string
    (String) The unique identifier of the applications chrome.
    Guid string
    Required - The unique GUID of the application by using the push service.
    Id string
    (String) The unique identifier of the applications chrome.
    guid String
    Required - The unique GUID of the application by using the push service.
    id String
    (String) The unique identifier of the applications chrome.
    guid string
    Required - The unique GUID of the application by using the push service.
    id string
    (String) The unique identifier of the applications chrome.
    guid str
    Required - The unique GUID of the application by using the push service.
    id str
    (String) The unique identifier of the applications chrome.
    guid String
    Required - The unique GUID of the application by using the push service.
    id String
    (String) The unique identifier of the applications chrome.

    getPnApplicationChrome Result

    The following output properties are available:

    Guid string
    Id string
    (String) The unique identifier of the applications chrome.
    ServerKey string
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    WebSiteUrl string
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.
    Guid string
    Id string
    (String) The unique identifier of the applications chrome.
    ServerKey string
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    WebSiteUrl string
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.
    guid String
    id String
    (String) The unique identifier of the applications chrome.
    serverKey String
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    webSiteUrl String
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.
    guid string
    id string
    (String) The unique identifier of the applications chrome.
    serverKey string
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    webSiteUrl string
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.
    guid str
    id str
    (String) The unique identifier of the applications chrome.
    server_key str
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    web_site_url str
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.
    guid String
    id String
    (String) The unique identifier of the applications chrome.
    serverKey String
    (String) Server key that provides push notification service to authorize the access to Google services that is used for Chrome web push.
    webSiteUrl String
    The URL of the WebSite / WebApp that should be permitted to subscribe to WebPush.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud