Package com.ibm.cloud.is.vpc.v1.model
Interface PrivatePathServiceGatewayAccountPolicyPatch.AccessPolicy
-
- Enclosing class:
- PrivatePathServiceGatewayAccountPolicyPatch
public static interface PrivatePathServiceGatewayAccountPolicyPatch.AccessPolicy
The access policy for the account. Updating the access policy only affects pending and future endpoint gateway bindings. - permit: access will be permitted - deny: access will be denied - review: access will be manually reviewed - Updating to `review` sets the status of future endpoint gateway bindings from this account to `pending`. - Updating to `permit` updates both the status of any `pending` and future endpoint gateway bindings from this account to `permitted`. - Updating to `deny` updates both the status of any `pending` and future endpoint gateway bindings from this account to `denied`.
-
-
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
-
-