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.
appfabric_update_app_authorization(
appBundleIdentifier,
appAuthorizationIdentifier,
credential = NULL,
tenant = NULL
)
[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.
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.
Contains information about an application tenant, such as the application display name and identifier.