Class ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo
- java.lang.Object
-
- com.pulumi.gcp.accesscontextmanager.outputs.ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo
-
public final class ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo.Builder
builder()
static ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo.Builder
builder(ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo defaults)
java.util.List<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperation>
operations()
java.util.List<java.lang.String>
resources()
-
-
-
Method Detail
-
operations
public java.util.List<ServicePerimetersServicePerimeterStatusIngressPolicyIngressToOperation> operations()
- Returns:
- A list of `ApiOperations` the sources specified in corresponding `IngressFrom` are allowed to perform in this `ServicePerimeter`. Structure is documented below.
-
resources
public java.util.List<java.lang.String> resources()
- Returns:
- A list of resources, currently only projects in the form `projects/<projectnumber>`, protected by this `ServicePerimeter` that are allowed to be accessed by sources defined in the corresponding `IngressFrom`. A request matches if it contains a resource in this list. If `*` is specified for resources, then this `IngressTo` rule will authorize access to all resources inside the perimeter, provided that the request also matches the `operations` field.
-
builder
public static ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo.Builder builder()
-
builder
public static ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo.Builder builder(ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo defaults)
-
-