/AWS1/CL_AANFINDINGDETAILS¶
Contains information about an external access or unused access finding. Only one parameter can be used in a FindingDetails object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_internalaccessdetails TYPE REF TO /AWS1/CL_AANINTERNALACCESSDETS /AWS1/CL_AANINTERNALACCESSDETS¶
The details for an internal access analyzer finding. This contains information about access patterns identified within your Amazon Web Services organization or account.
io_externalaccessdetails TYPE REF TO /AWS1/CL_AANEXTERNALACCESSDETS /AWS1/CL_AANEXTERNALACCESSDETS¶
The details for an external access analyzer finding.
io_unusedpermissiondetails TYPE REF TO /AWS1/CL_AANUNUSEDPERMDETAILS /AWS1/CL_AANUNUSEDPERMDETAILS¶
The details for an unused access analyzer finding with an unused permission finding type.
io_unusediamuseracckeydets TYPE REF TO /AWS1/CL_AANUNUSEDIAMUSERACC00 /AWS1/CL_AANUNUSEDIAMUSERACC00¶
The details for an unused access analyzer finding with an unused IAM user access key finding type.
io_unusediamroledetails TYPE REF TO /AWS1/CL_AANUNUSEDIAMROLEDETS /AWS1/CL_AANUNUSEDIAMROLEDETS¶
The details for an unused access analyzer finding with an unused IAM role finding type.
io_unusediamuserpassworddets TYPE REF TO /AWS1/CL_AANUNUSEDIAMUSERPAS00 /AWS1/CL_AANUNUSEDIAMUSERPAS00¶
The details for an unused access analyzer finding with an unused IAM user password finding type.
Queryable Attributes¶
internalAccessDetails¶
The details for an internal access analyzer finding. This contains information about access patterns identified within your Amazon Web Services organization or account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERNALACCESSDETAILS() |
Getter for INTERNALACCESSDETAILS |
externalAccessDetails¶
The details for an external access analyzer finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALACCESSDETAILS() |
Getter for EXTERNALACCESSDETAILS |
unusedPermissionDetails¶
The details for an unused access analyzer finding with an unused permission finding type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNUSEDPERMISSIONDETAILS() |
Getter for UNUSEDPERMISSIONDETAILS |
unusedIamUserAccessKeyDetails¶
The details for an unused access analyzer finding with an unused IAM user access key finding type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNUSEDIAMUSERACCKEYDETS() |
Getter for UNUSEDIAMUSERACCESSKEYDETS |
unusedIamRoleDetails¶
The details for an unused access analyzer finding with an unused IAM role finding type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNUSEDIAMROLEDETAILS() |
Getter for UNUSEDIAMROLEDETAILS |
unusedIamUserPasswordDetails¶
The details for an unused access analyzer finding with an unused IAM user password finding type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNUSEDIAMUSERPASSWORDD00() |
Getter for UNUSEDIAMUSERPASSWORDDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FINDINGDETAILSLIST¶
TYPES TT_FINDINGDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AANFINDINGDETAILS WITH DEFAULT KEY
.