GoogleIdentityAccesscontextmanagerV1EgressFrom constructor

GoogleIdentityAccesscontextmanagerV1EgressFrom({
  1. List<String>? identities,
  2. String? identityType,
  3. String? sourceRestriction,
  4. List<GoogleIdentityAccesscontextmanagerV1EgressSource>? sources,
})

Implementation

GoogleIdentityAccesscontextmanagerV1EgressFrom({
  this.identities,
  this.identityType,
  this.sourceRestriction,
  this.sources,
});