GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1IngressTo (google_api_cloud_asset v0.22.1) View Source
Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the ApiOperation intended to be performed on the destination of the request.
Attributes
-
operations(type:list(GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1ApiOperation.t), default:nil) - A list of ApiOperations the sources specified in corresponding IngressFrom are allowed to perform in this ServicePerimeter. -
resources(type:list(String.t), default:nil) - A list of resources, currently only projects in the formprojects/, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. A request matches if it contains a resource in this list. If*is specified for resources, then this IngressTo rule will authorize access to all resources inside the perimeter, provided that the request also matches theoperationsfield.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1IngressTo{
operations:
[
GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1ApiOperation.t()
]
| nil,
resources: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.