pub struct AccessPolicy {
pub name: Option<String>,
pub parent: Option<String>,
pub title: Option<String>,
}Expand description
AccessPolicy is a container for AccessLevels (which define the necessary attributes to use Google Cloud services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- create access policies (request)
- get access policies (response)
- patch access policies (request)
Fields§
§name: Option<String>Output only. Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}
parent: Option<String>Required. The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organization_id}
title: Option<String>Required. Human readable title. Does not affect behavior.
Trait Implementations§
Source§impl Clone for AccessPolicy
impl Clone for AccessPolicy
Source§fn clone(&self) -> AccessPolicy
fn clone(&self) -> AccessPolicy
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more