GoogleChromeManagementVersionsV1DeviceTrustConfig constructor

GoogleChromeManagementVersionsV1DeviceTrustConfig({
  1. String? scope,
  2. List<String>? serviceAccounts,
  3. String? serviceProvider,
  4. List<String>? urlMatchers,
})

Implementation

GoogleChromeManagementVersionsV1DeviceTrustConfig({
  this.scope,
  this.serviceAccounts,
  this.serviceProvider,
  this.urlMatchers,
});