Class GoogleIdentityAccesscontextmanagerV1IngressTo
Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about
the ApiOperation intended to be performed on the target resource of the request. The request must satisfy what
is defined in operations
AND resources
in order to match.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1IngressTo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
A list of ApiOperations allowed to be performed by the sources specified in corresponding IngressFrom in this ServicePerimeter.
Declaration
[JsonProperty("operations")]
public virtual IList<GoogleIdentityAccesscontextmanagerV1ApiOperation> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleIdentityAccesscontextmanagerV1ApiOperation> |
Resources
A list of resources, currently only projects in the form projects/
, protected by this ServicePerimeter
that are allowed to be accessed by sources defined in the corresponding IngressFrom. If a single *
is
specified, then access to all resources inside the perimeter are allowed.
Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |