Service Perimeter Status Ingress Policy Ingress From Source Args
data class ServicePerimeterStatusIngressPolicyIngressFromSourceArgs(val accessLevel: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<ServicePerimeterStatusIngressPolicyIngressFromSourceArgs>
Constructors
Link copied to clipboard
fun ServicePerimeterStatusIngressPolicyIngressFromSourceArgs(accessLevel: Output<String>? = null, resource: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.