ServicePerimeterStatusIngressPolicyIngressFromSource

data class ServicePerimeterStatusIngressPolicyIngressFromSource(val accessLevel: String? = null, val resource: String? = null)

Constructors

constructor(accessLevel: String? = null, resource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessLevel: String? = null

An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.

Link copied to clipboard
val resource: String? = null

A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources will be allowed to access perimeter data. Currently only projects are allowed. Format projects/{project_number} The project 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.