Package com.ibm.cloud.is.vpc.v1.model
Interface PrivatePathServiceGatewayAccountPolicy.AccessPolicy
-
- Enclosing class:
- PrivatePathServiceGatewayAccountPolicy
public static interface PrivatePathServiceGatewayAccountPolicy.AccessPolicy
The access policy for the account: - permit: access will be permitted - deny: access will be denied - review: access will be manually reviewed The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
DENY
static final String DENY
deny.- See Also:
- Constant Field Values
-
PERMIT
static final String PERMIT
permit.- See Also:
- Constant Field Values
-
REVIEW
static final String REVIEW
review.- See Also:
- Constant Field Values
-
-