AdminAccount class

Represents a Security Hub administrator account designated by an organization management account.

Constructors

AdminAccount({String? accountId, AdminStatus? status})
AdminAccount.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The AWS account identifier of the Security Hub administrator account.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AdminStatus?
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
final

Methods

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

Operators

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