(canonicalID)
| 26 | } |
| 27 | |
| 28 | function isServiceAccount(canonicalID) { |
| 29 | return getServiceAccountProperties(canonicalID) !== undefined; |
| 30 | } |
| 31 | |
| 32 | function isRequesterASessionUser(authInfo) { |
| 33 | const regexpAssumedRoleArn = /^arn:aws:sts::[0-9]{12}:assumed-role\/.*$/; |
no test coverage detected