List Security Profile Applications
connect_list_security_profile_applications | R Documentation |
Returns a list of third-party applications in a specific security profile¶
Description¶
Returns a list of third-party applications in a specific security profile.
Usage¶
Arguments¶
SecurityProfileId
[required] The identifier for the security profle.
InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
NextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResults
The maximum number of results to return per page.
Value¶
A list with the following syntax:
list(
Applications = list(
list(
Namespace = "string",
ApplicationPermissions = list(
"string"
)
)
),
NextToken = "string",
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastModifiedRegion = "string"
)