Skip to main content

IIAMGetOrganizationsAccessReportResponse

Interface in AWS.IAM

Interface for GetOrganizationsAccessReport responses.

Ancestors

Properties

AccessDetails

property AccessDetails: TList<IIAMAccessDetail>

Type: IIAMAccessDetail

Information about the most recent attempts to access the service.

ErrorDetails

property ErrorDetails: IIAMErrorDetails

Type: IIAMErrorDetails

Information about the reason that the operation failed.

JobCompletionDate

property JobCompletionDate: TOptional<TDateTime>

The date and time when the generated report job was completed or failed.

The field will have no value if the job is still in progress, as indicated by a JobStatus value of IN_PROGRESS.

JobCreationDate

property JobCreationDate: TDateTime

The date and time when the report job was created.

JobStatus

property JobStatus: string

The status of the job.

Valid values: IN_PROGRESS | COMPLETED | FAILED.

NumberOfServicesAccessible

property NumberOfServicesAccessible: TOptional<Integer>

The number of services that the applicable SCPs allow account principals to access.

NumberOfServicesNotAccessed

property NumberOfServicesNotAccessed: TOptional<Integer>

The number of services that account principals are allowed but did not attempt to access.