Service Perimeter Status Egress Policy Egress From Source Args
data class ServicePerimeterStatusEgressPolicyEgressFromSourceArgs(val accessLevel: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<ServicePerimeterStatusEgressPolicyEgressFromSourceArgs>
Properties
Link copied to clipboard
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
Link copied to clipboard
A Google Cloud resource that is allowed to egress the perimeter. Requests from these resources are allowed to access data outside the perimeter. Currently only projects are allowed. Project format: projects/{project_number}
. The resource may be in any Google Cloud organization, not just the organization that the perimeter is defined in. *
is not allowed, the case of allowing all Google Cloud resources only is not supported.