String graphArn
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED.
String graphArn
The ARN of the new behavior graph.
String graphArn
The ARN of the behavior graph to invite the member accounts to contribute their data to.
String message
Customized message text to include in the invitation email message to the invited member accounts.
List<E> accounts
The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.
List<E> members
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
List<E> unprocessedAccounts
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
String graphArn
The ARN of the behavior graph to disable.
List<E> accountIds
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
List<E> unprocessedAccounts
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
String graphArn
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED.
String graphArn
The ARN of the behavior graph for which to request the member details.
List<E> accountIds
The list of AWS account identifiers for the member account for which to return member details.
You cannot use GetMembers to retrieve information about member accounts that were removed from the
behavior graph.
List<E> memberDetails
The member account details that Detective is returning in response to the request.
List<E> unprocessedAccounts
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
String nextToken
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
String nextToken
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
String graphArn
The ARN of the behavior graph for which to retrieve the list of member accounts.
String nextToken
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
List<E> memberDetails
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
String nextToken
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
String accountId
The AWS account identifier for the member account.
String emailAddress
The AWS account root user email address for the member account.
String graphArn
The ARN of the behavior graph that the member account was invited to.
String masterId
The AWS account identifier of the master account for the behavior graph.
String status
The current membership status of the member account. The status can have one of the following values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the behavior
graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
Date invitedTime
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
Date updatedTime
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
String graphArn
The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph must be INVITED.
Copyright © 2020. All rights reserved.