Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static AuditReportStatus |
AuditReportStatus.create(String key) |
AuditReportStatus |
AuditLogReport.getAuditReportStatus()
auditReportStatus for the accessRequestId
|
static AuditReportStatus |
AuditReportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditReportStatus[] |
AuditReportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditLogReport.Builder |
AuditLogReport.Builder.auditReportStatus(AuditReportStatus auditReportStatus)
auditReportStatus for the accessRequestId
|
Constructor and Description |
---|
AuditLogReport(String report,
String processTree,
AuditReportStatus auditReportStatus,
Date timeOfReportGeneration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.