Access Context Manager V1 API - Class Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressFrom (v0.8.0)

Reference documentation and code samples for the Access Context Manager 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>
Returns
  • (::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>
Parameter
  • 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.
Returns
  • (::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
Returns

#identity_type=

def identity_type=(value) -> ::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IdentityType
Parameter
Returns

#sources

def sources() -> ::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>
Returns

#sources=

def sources=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::IngressSource>
Parameter
Returns