detective_create_members: CreateMembers is used to send invitations to accounts

View source: R/detective_operations.R

detective_create_membersR Documentation

CreateMembers is used to send invitations to accounts

Description

create_members is used to send invitations to accounts. For the organization behavior graph, the Detective administrator account uses create_members to enable organization accounts as member accounts.

See https://www.paws-r-sdk.com/docs/detective_create_members/ for full documentation.

Usage

detective_create_members(
  GraphArn,
  Message = NULL,
  DisableEmailNotification = NULL,
  Accounts
)

Arguments

GraphArn

[required] The ARN of the behavior graph.

Message

Customized message text to include in the invitation email message to the invited member accounts.

DisableEmailNotification

if set to true, then the invited accounts do not receive email notifications. By default, this is set to false, and the invited accounts receive email notifications.

Organization accounts in the organization behavior graph do not receive email notifications.

Accounts

[required] The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.