You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Retrieve Application Security details for services matching the given name.
631
+
# Returns Application Security activation, compatibility, and product enablement
632
+
# information for each matching `(service, environment)` pair, along with a count
633
+
# of services that have Application Security Management (Threats) enabled.
634
+
#
635
+
# @param service_filter [String] The name of the service to retrieve Application Security details for. Returns all matching services across environments.
636
+
# @param opts [Hash] the optional parameters
637
+
# @return [Array<(ApplicationSecurityServicesResponse, Integer, Hash)>] ApplicationSecurityServicesResponse data, response status code and response headers
0 commit comments