GoogleChromeManagementVersionsV1DeviceTrustConfig class

Device trust config for device trust connectors.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
The scope at which this configuration will be applied.
getter/setter pair
serviceAccounts List<String>?
A list of email addresses of the service accounts which are allowed to call the Verified Access API with full access.
getter/setter pair
serviceProvider String?
The service provider for the device trust connector.
getter/setter pair
urlMatchers List<String>?
List of URLs allowed to be part of the attestation flow to get the set of signals from the machine.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited