AutoAccept class

The auto-accept setting for a group controls whether proposed spokes are automatically attached to the hub.

If auto-accept is enabled, the spoke immediately is attached to the hub and becomes part of the group. In this case, the new spoke is in the ACTIVE state. If auto-accept is disabled, the spoke goes to the INACTIVE state, and it must be reviewed and accepted by a hub administrator.

Constructors

AutoAccept({List<String>? autoAcceptProjects})
AutoAccept.fromJson(Map json_)

Properties

autoAcceptProjects List<String>?
A list of project ids or project numbers for which you want to enable auto-accept.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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