You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ChangeGovernanceInstanceCompartment Moves a GovernanceInstance resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
95
95
//
96
-
// See also
96
+
// # See also
97
97
//
98
98
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
99
99
// A default retry strategy applies to this operation ChangeGovernanceInstanceCompartment()
@@ -156,7 +156,7 @@ func (client AccessGovernanceCPClient) changeGovernanceInstanceCompartment(ctx c
156
156
157
157
// CreateGovernanceInstance Creates a new GovernanceInstance.
158
158
//
159
-
// See also
159
+
// # See also
160
160
//
161
161
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
162
162
// A default retry strategy applies to this operation CreateGovernanceInstance()
// DeleteGovernanceInstance Deletes an existing GovernanceInstance.
221
221
//
222
-
// See also
222
+
// # See also
223
223
//
224
224
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
225
225
// A default retry strategy applies to this operation DeleteGovernanceInstance()
// GetGovernanceInstance Gets a GovernanceInstance by OCID.
284
284
//
285
-
// See also
285
+
// # See also
286
286
//
287
287
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
288
288
// A default retry strategy applies to this operation GetGovernanceInstance()
// GetGovernanceInstanceConfiguration Gets the tenancy-wide configuration for GovernanceInstances
342
342
//
343
-
// See also
343
+
// # See also
344
344
//
345
345
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
346
346
// A default retry strategy applies to this operation GetGovernanceInstanceConfiguration()
@@ -398,7 +398,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstanceConfiguration(ctx co
398
398
399
399
// ListGovernanceInstances Returns a list of Governance Instances.
400
400
//
401
-
// See also
401
+
// # See also
402
402
//
403
403
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
404
404
// A default retry strategy applies to this operation ListGovernanceInstances()
// UpdateGovernanceInstance Updates the GovernanceInstance.
458
458
//
459
-
// See also
459
+
// # See also
460
460
//
461
461
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
462
462
// A default retry strategy applies to this operation UpdateGovernanceInstance()
// UpdateGovernanceInstanceConfiguration Updates the tenancy-wide configuration for GovernanceInstances
516
516
//
517
-
// See also
517
+
// # See also
518
518
//
519
519
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
520
520
// A default retry strategy applies to this operation UpdateGovernanceInstanceConfiguration()
// CancelWorkRequest Cancel work request with the given ID.
95
95
//
96
-
// See also
96
+
// # See also
97
97
//
98
98
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CancelWorkRequest.go.html to see an example of how to use CancelWorkRequest API.
99
99
// A default retry strategy applies to this operation CancelWorkRequest()
// ChangeKnowledgeBaseCompartment Moves a Knowledge Base from one compartment to another.
153
153
//
154
-
// See also
154
+
// # See also
155
155
//
156
156
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ChangeKnowledgeBaseCompartment.go.html to see an example of how to use ChangeKnowledgeBaseCompartment API.
157
157
// A default retry strategy applies to this operation ChangeKnowledgeBaseCompartment()
// ChangeVulnerabilityAuditCompartment Moves a Vulnerability Audit from one compartment to another.
216
216
//
217
-
// See also
217
+
// # See also
218
218
//
219
219
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ChangeVulnerabilityAuditCompartment.go.html to see an example of how to use ChangeVulnerabilityAuditCompartment API.
220
220
// A default retry strategy applies to this operation ChangeVulnerabilityAuditCompartment()
// CreateKnowledgeBase Creates a new Knowledge Base.
279
279
//
280
-
// See also
280
+
// # See also
281
281
//
282
282
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CreateKnowledgeBase.go.html to see an example of how to use CreateKnowledgeBase API.
283
283
// A default retry strategy applies to this operation CreateKnowledgeBase()
// CreateVulnerabilityAudit Creates a new Vulnerability Audit by providing a tree of Application Dependencies.
342
342
//
343
-
// See also
343
+
// # See also
344
344
//
345
345
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CreateVulnerabilityAudit.go.html to see an example of how to use CreateVulnerabilityAudit API.
346
346
// A default retry strategy applies to this operation CreateVulnerabilityAudit()
// DeleteKnowledgeBase Deletes the specified Knowledge Base.
405
405
//
406
-
// See also
406
+
// # See also
407
407
//
408
408
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/DeleteKnowledgeBase.go.html to see an example of how to use DeleteKnowledgeBase API.
409
409
// A default retry strategy applies to this operation DeleteKnowledgeBase()
// DeleteVulnerabilityAudit Deletes the specified Vulnerability Audit.
463
463
//
464
-
// See also
464
+
// # See also
465
465
//
466
466
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/DeleteVulnerabilityAudit.go.html to see an example of how to use DeleteVulnerabilityAudit API.
467
467
// A default retry strategy applies to this operation DeleteVulnerabilityAudit()
// GetKnowledgeBase Returns the details of the specified Knowledge Base.
521
521
//
522
-
// See also
522
+
// # See also
523
523
//
524
524
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetKnowledgeBase.go.html to see an example of how to use GetKnowledgeBase API.
525
525
// A default retry strategy applies to this operation GetKnowledgeBase()
// GetVulnerabilityAudit Returns the details of the specified Vulnerability Audit.
579
579
//
580
-
// See also
580
+
// # See also
581
581
//
582
582
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetVulnerabilityAudit.go.html to see an example of how to use GetVulnerabilityAudit API.
583
583
// A default retry strategy applies to this operation GetVulnerabilityAudit()
@@ -635,7 +635,7 @@ func (client ApplicationDependencyManagementClient) getVulnerabilityAudit(ctx co
635
635
636
636
// GetWorkRequest Gets the status of the work request with the given ID.
637
637
//
638
-
// See also
638
+
// # See also
639
639
//
640
640
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API.
641
641
// A default retry strategy applies to this operation GetWorkRequest()
// ListApplicationDependencyVulnerabilities Returns a list of Application Dependencies with their associated vulnerabilities.
695
695
//
696
-
// See also
696
+
// # See also
697
697
//
698
698
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListApplicationDependencyVulnerabilities.go.html to see an example of how to use ListApplicationDependencyVulnerabilities API.
699
699
// A default retry strategy applies to this operation ListApplicationDependencyVulnerabilities()
// ListKnowledgeBases Returns a list of KnowledgeBases based on the specified query parameters.
753
753
// At least id or compartmentId query parameter must be provided.
754
754
//
755
-
// See also
755
+
// # See also
756
756
//
757
757
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListKnowledgeBases.go.html to see an example of how to use ListKnowledgeBases API.
758
758
// A default retry strategy applies to this operation ListKnowledgeBases()
// ListVulnerabilityAudits Returns a list of Vulnerability Audits based on the specified query parameters.
812
812
// At least one of id, compartmentId or knowledgeBaseId query parameter must be provided.
813
813
//
814
-
// See also
814
+
// # See also
815
815
//
816
816
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListVulnerabilityAudits.go.html to see an example of how to use ListVulnerabilityAudits API.
817
817
// A default retry strategy applies to this operation ListVulnerabilityAudits()
// ListWorkRequestErrors Return a (paginated) list of errors for a given work request.
871
871
//
872
-
// See also
872
+
// # See also
873
873
//
874
874
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API.
875
875
// A default retry strategy applies to this operation ListWorkRequestErrors()
@@ -927,7 +927,7 @@ func (client ApplicationDependencyManagementClient) listWorkRequestErrors(ctx co
927
927
928
928
// ListWorkRequestLogs Return a (paginated) list of logs for a given work request.
929
929
//
930
-
// See also
930
+
// # See also
931
931
//
932
932
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API.
933
933
// A default retry strategy applies to this operation ListWorkRequestLogs()
// ListWorkRequests Lists the work requests in a compartment.
987
987
//
988
-
// See also
988
+
// # See also
989
989
//
990
990
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API.
991
991
// A default retry strategy applies to this operation ListWorkRequests()
// UpdateKnowledgeBase Updates one or more attributes of the specified Knowledge Base.
1045
1045
//
1046
-
// See also
1046
+
// # See also
1047
1047
//
1048
1048
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/UpdateKnowledgeBase.go.html to see an example of how to use UpdateKnowledgeBase API.
1049
1049
// A default retry strategy applies to this operation UpdateKnowledgeBase()
// UpdateVulnerabilityAudit Updates one or more attributes of the specified Vulnerability Audit.
1103
1103
//
1104
-
// See also
1104
+
// # See also
1105
1105
//
1106
1106
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/UpdateVulnerabilityAudit.go.html to see an example of how to use UpdateVulnerabilityAudit API.
1107
1107
// A default retry strategy applies to this operation UpdateVulnerabilityAudit()
0 commit comments