Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_get_master_account: Provides the details for the Security Hub master account for the current member account

Description

Provides the details for the Security Hub master account for the current member account.

Can be used by both member accounts that are in an organization and accounts that were invited manually.

Usage

securityhub_get_master_account()

Arguments

Value

A list with the following syntax:

list(
  Master = list(
    AccountId = "string",
    InvitationId = "string",
    InvitedAt = as.POSIXct(
      "2015-01-01"
    ),
    MemberStatus = "string"
  )
)

Request syntax

svc$get_master_account()