IdentityConfig constructor

IdentityConfig({
  1. bool? enableSsh,
  2. Map<String, String>? userServiceAccountMapping,
})

Implementation

IdentityConfig({this.enableSsh, this.userServiceAccountMapping});