GcpUserAccessBinding constructor

GcpUserAccessBinding({
  1. List<String>? accessLevels,
  2. List<String>? dryRunAccessLevels,
  3. String? groupKey,
  4. String? name,
  5. List<Application>? restrictedClientApplications,
  6. List<ScopedAccessSettings>? scopedAccessSettings,
  7. SessionSettings? sessionSettings,
})

Implementation

GcpUserAccessBinding({
  this.accessLevels,
  this.dryRunAccessLevels,
  this.groupKey,
  this.name,
  this.restrictedClientApplications,
  this.scopedAccessSettings,
  this.sessionSettings,
});