Member

class Member

The details about a member account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account ID of the member account.

Link copied to clipboard

The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.

Link copied to clipboard

The email address of the member account.

Link copied to clipboard

A timestamp for the date and time when the invitation was sent to the member account.

Link copied to clipboard

This is replaced by AdministratorID.

Link copied to clipboard

The status of the relationship between the member account and its administrator account.

Link copied to clipboard

The timestamp for the date and time when the member account was updated.

Functions

Link copied to clipboard
inline fun copy(block: Member.Builder.() -> Unit = {}): Member
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String