pub struct GoogleIdentityAccesscontextmanagerV1IngressFrom {
pub identities: Option<Vec<String>>,
pub identity_type: Option<String>,
pub sources: Option<Vec<GoogleIdentityAccesscontextmanagerV1IngressSource>>,
}Expand description
Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the source of the request. The request must satisfy what is defined in sources AND identity related fields in order to match.
This type is not used in any activity, and only used as part of another schema.
Fields§
§identities: Option<Vec<String>>A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The v1 identities that have the prefix user, group, serviceAccount, and principal in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
identity_type: Option<String>Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.
sources: Option<Vec<GoogleIdentityAccesscontextmanagerV1IngressSource>>Sources that this IngressPolicy authorizes access from.
Trait Implementations§
Source§impl Clone for GoogleIdentityAccesscontextmanagerV1IngressFrom
impl Clone for GoogleIdentityAccesscontextmanagerV1IngressFrom
Source§fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1IngressFrom
fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1IngressFrom
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more