Updates an app authorization within an app bundle, which allows AppFabric to connect to an application
Source:R/appfabric_operations.R
appfabric_update_app_authorization.RdUpdates 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.
[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 (
oauth2), then you should provide only the OAuth2 credentials.- tenant
Contains information about an application tenant, such as the application display name and identifier.