Class ListVulnerabilityAuditsRequest
Implements
Inherited Members
Namespace: Oci.AdmService.Requests
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class ListVulnerabilityAuditsRequest : IOciRequest
Examples
Click here to see an example of how to use ListVulnerabilityAudits request.
Properties
CompartmentId
Declaration
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only resources that belong to the specified compartment identifier. Required only if the id query param is not specified. |
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only resources that match the entire display name given. |
Id
Declaration
[HttpConverter(TargetEnum.Query, "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only resources that match the specified identifier. Required only if the compartmentId query parameter is not specified. |
IsSuccess
Declaration
[HttpConverter(TargetEnum.Query, "isSuccess")]
public bool? IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
bool? | A filter to return only successful or failed Vulnerability Audits. |
KnowledgeBaseId
Declaration
[HttpConverter(TargetEnum.Query, "knowledgeBaseId")]
public string KnowledgeBaseId { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only Vulnerability Audits that were created against the specified knowledge base. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public VulnerabilityAudit.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
VulnerabilityAudit.LifecycleStateEnum? | A filter to return only Vulnerability Audits that match the specified lifecycleState. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return. |
MaxObservedSeverityGreaterThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "maxObservedSeverityGreaterThanOrEqualTo")]
public VulnerabilitySeverity? MaxObservedSeverityGreaterThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
VulnerabilitySeverity? | A filter that returns only Vulnerability Audits that have a maximum observed Severity greater than or equal to the specified value. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | A token representing the position at which to start retrieving results. This must come from the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListVulnerabilityAuditsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListVulnerabilityAuditsRequest.SortByEnum? | The field used to sort Vulnerability Audits. Only one sort order is allowed. Default order for maxObservedCvssV2Score is ascending. Default order for maxObservedCvssV3Score is ascending. Default order for maxObservedCvssV2ScoreWithIgnored is ascending. Default order for maxObservedCvssV3ScoreWithIgnored is ascending. Default order for timeCreated is descending. Default order for vulnerableArtifactsCount is ascending. Default order for vulnerableArtifactsCountWithIgnored is ascending. Default order for maxObservedSeverity is ascending. Default order for maxObservedSeverityWithIgnored is ascending. Default order for displayName is ascending. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? | The sort order to use, either 'ASC' or 'DESC'. |
TimeCreatedGreaterThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeCreatedGreaterThanOrEqualTo")]
public DateTime? TimeCreatedGreaterThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | A filter to return only Vulnerability Audits with timeCreated greater or equal to the specified value. |
TimeCreatedLessThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeCreatedLessThanOrEqualTo")]
public DateTime? TimeCreatedLessThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | A filter to return only Vulnerability Audits with timeCreated less or equal to the specified value. |