pub struct GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices {
pub allowed_services: Option<Vec<String>>,
pub enable_restriction: Option<bool>,
}Expand description
Specifies how APIs are allowed to communicate within the Service Perimeter.
This type is not used in any activity, and only used as part of another schema.
Fields§
§allowed_services: Option<Vec<String>>The list of APIs usable within the Service Perimeter. Must be empty unless ‘enable_restriction’ is True. You can specify a list of individual services, as well as include the ‘RESTRICTED-SERVICES’ value, which automatically includes all of the services protected by the perimeter.
enable_restriction: Option<bool>Whether to restrict API calls within the Service Perimeter to the list of APIs specified in ‘allowed_services’.
Trait Implementations§
Source§impl Clone for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl Clone for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Source§fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl Default for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Source§fn default() -> GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
fn default() -> GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl<'de> Deserialize<'de> for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Auto Trait Implementations§
impl Freeze for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl RefUnwindSafe for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl Send for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl Sync for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl Unpin for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
impl UnwindSafe for GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more