Skip to content

Get Admin Account

fms_get_admin_account R Documentation

Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator

Description

Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.

Usage

fms_get_admin_account()

Value

A list with the following syntax:

list(
  AdminAccount = "string",
  RoleStatus = "READY"|"CREATING"|"PENDING_DELETION"|"DELETING"|"DELETED"
)

Request syntax

svc$get_admin_account()