GroupOwnerSetting class
Group owner related settings for local resources.
Constructors
- GroupOwnerSetting.new({bool? autoAddGroupOwner, String? groupOwner})
-
GroupOwnerSetting.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoAddGroupOwner → bool?
-
If true, AWS IoT Greengrass automatically adds the specified Linux OS group
owner of the resource to the Lambda process privileges. Thus the Lambda
process will have the file access permissions of the added Linux group.
final
- groupOwner → String?
-
The name of the Linux OS group whose privileges will be added to the Lambda
process. This field is optional.
final
- 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