appfabric_connect_app_authorization: Establishes a connection between Amazon Web Services...

View source: R/appfabric_operations.R

appfabric_connect_app_authorizationR Documentation

Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application

Description

Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.

See https://www.paws-r-sdk.com/docs/appfabric_connect_app_authorization/ for full documentation.

Usage

appfabric_connect_app_authorization(
  appBundleIdentifier,
  appAuthorizationIdentifier,
  authRequest = NULL
)

Arguments

appBundleIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.

appAuthorizationIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

authRequest

Contains OAuth2 authorization information.

This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.