AccessSummary constructor

AccessSummary({
  1. String? authProvider,
  2. String? authProviderType,
  3. String? firstAccessTime,
  4. Map<String, String>? labels,
  5. String? lastAccessTime,
  6. String? name,
  7. String? purgeTime,
  8. List<String>? scopes,
  9. String? tokenUrl,
  10. String? userId,
  11. String? workloadId,
})

Implementation

AccessSummary({
  this.authProvider,
  this.authProviderType,
  this.firstAccessTime,
  this.labels,
  this.lastAccessTime,
  this.name,
  this.purgeTime,
  this.scopes,
  this.tokenUrl,
  this.userId,
  this.workloadId,
});