GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1IngressFrom (google_api_cloud_asset v0.28.0) View Source
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.
Attributes
-
identities
(type:list(String.t)
, default:nil
) - 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. -
identityType
(type:String.t
, default:nil
) - Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members ofidentities
field will be allowed access. -
sources
(type:list(GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1IngressSource.t)
, default:nil
) - Sources that this IngressPolicy authorizes access from.
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.GoogleIdentityAccesscontextmanagerV1IngressFrom{ identities: [String.t()] | nil, identityType: String.t() | nil, sources: [ GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1IngressSource.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.