Lists grants that are received but not accepted.
licensemanager_list_received_grants(GrantArns, Filters, NextToken,
MaxResults)
A list with the following syntax:
list(
Grants = list(
list(
GrantArn = "string",
GrantName = "string",
ParentArn = "string",
LicenseArn = "string",
GranteePrincipalArn = "string",
HomeRegion = "string",
GrantStatus = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
StatusReason = "string",
Version = "string",
GrantedOperations = list(
"CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
)
)
),
NextToken = "string"
)
Amazon Resource Names (ARNs) of the grants.
Filters to scope the results. The following filters are supported:
LicenseARN
Status
Token for the next set of results.
Maximum number of results to return in a single call.
svc$list_received_grants(
GrantArns = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)