Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static AuditReportStatus |
AuditReportStatus.create(String key) |
AuditReportStatus |
DelegatedResourceAccessRequestAuditLogReport.getAuditReportStatus()
Status of the audit report
|
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 |
---|---|
DelegatedResourceAccessRequestAuditLogReport.Builder |
DelegatedResourceAccessRequestAuditLogReport.Builder.auditReportStatus(AuditReportStatus auditReportStatus)
Status of the audit report
|
Constructor and Description |
---|
DelegatedResourceAccessRequestAuditLogReport(String report,
String processTree,
AuditReportStatus auditReportStatus,
Date timeReportGenerated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.