Interface CreatePrivatePathServiceGatewayAccountPolicyOptions.AccessPolicy
- Enclosing class:
CreatePrivatePathServiceGatewayAccountPolicyOptions
public static interface CreatePrivatePathServiceGatewayAccountPolicyOptions.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 Summary
Fields
-
Field Details
-
DENY
-
PERMIT
-
REVIEW
-