# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ServicePerimetersApi")
api.instance <- ServicePerimetersApi$new()
test_that("AddProjectToServicePerimeter", {
# tests for AddProjectToServicePerimeter
# base path: http://localhost
# Add a project to a service perimeter
# Add a project to a service perimeter, must have 'add_to_service_perimeter' action on project and 'add_project' action on perimeter, included in owner role for both
# @param service.perimeter.name character Fully qualified google service perimeter name in the form of accessPolicies/[POLICY NUMBER]/servicePerimeters/[NAME], url encoded
# @param project.name character Project name
# @return [Void]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.