Disassociate Mpa Team
| paymentcryptographycontrolplane_disassociate_mpa_team | R Documentation |
Removes the association between a Multi-Party Approval (MPA) team and a protected operation¶
Description¶
Removes the association between a Multi-Party Approval (MPA) team and a protected operation.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
-
associate_mpa_team -
get_mpa_team_association
Usage¶
paymentcryptographycontrolplane_disassociate_mpa_team(Action,
RequesterComment)
Arguments¶
Action |
[required] The protected operation to disassociate from the MPA
team. Currently, the only supported value is
|
RequesterComment |
The comment from the requester explaining the reason for the disassociation. Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output. |
Value¶
A list with the following syntax:
list(
MpaTeamAssociation = list(
Action = "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE",
MpaTeamArn = "string",
AssociationState = "ACTIVE"|"UPDATE_PENDING"|"DELETE_PENDING",
MpaStatus = list(
MpaSessionArn = "string",
Status = "PENDING"|"APPROVED"|"FAILED"|"CANCELLED",
InitiationDate = as.POSIXct(
"2015-01-01"
),
StatusMessage = "string"
)
)
)
Request syntax¶
svc$disassociate_mpa_team(
Action = "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE",
RequesterComment = "string"
)