appfabric_update_app_authorization {paws.networking} | R Documentation |
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application
Description
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
See https://www.paws-r-sdk.com/docs/appfabric_update_app_authorization/ for full documentation.
Usage
appfabric_update_app_authorization(
appBundleIdentifier,
appAuthorizationIdentifier,
credential = NULL,
tenant = NULL
)
Arguments
appBundleIdentifier |
[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle 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. |
credential |
Contains credentials for the application, such as an API key or OAuth2 client ID and secret. Specify credentials that match the authorization type of the app
authorization to update. For example, if the authorization type of the
app authorization is OAuth2 ( |
tenant |
Contains information about an application tenant, such as the application display name and identifier. |