Reference documentation and code samples for the Cloud Asset V1 API class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressFrom.
Defines the conditions under which an [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#identities
def identities() -> ::Array<::String>- (::Array<::String>) — A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
#identities=
def identities=(value) -> ::Array<::String>- value (::Array<::String>) — A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
- (::Array<::String>) — A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
#identity_type
def identity_type() -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType- (::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType) — Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of
identitiesfield will be allowed access.
#identity_type=
def identity_type=(value) -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType- value (::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType) — Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of
identitiesfield will be allowed access.
- (::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType) — Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of
identitiesfield will be allowed access.
#sources
def sources() -> ::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>- (::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>) — Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
#sources=
def sources=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>- value (::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>) — Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
- (::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>) — Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.