Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.FleetAppsManagement.getComplianceRecords
Explore with Pulumi AI
This data source provides the list of Compliance Records in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets a list of complianceDetails.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testComplianceRecords = oci.FleetAppsManagement.getComplianceRecords({
compartmentId: compartmentId,
complianceState: complianceRecordComplianceState,
entityId: testEntity.id,
productName: complianceRecordProductName,
productStack: complianceRecordProductStack,
resourceId: testResource.id,
targetName: testTarget.name,
});
import pulumi
import pulumi_oci as oci
test_compliance_records = oci.FleetAppsManagement.get_compliance_records(compartment_id=compartment_id,
compliance_state=compliance_record_compliance_state,
entity_id=test_entity["id"],
product_name=compliance_record_product_name,
product_stack=compliance_record_product_stack,
resource_id=test_resource["id"],
target_name=test_target["name"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetappsmanagement.GetComplianceRecords(ctx, &fleetappsmanagement.GetComplianceRecordsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
ComplianceState: pulumi.StringRef(complianceRecordComplianceState),
EntityId: pulumi.StringRef(testEntity.Id),
ProductName: pulumi.StringRef(complianceRecordProductName),
ProductStack: pulumi.StringRef(complianceRecordProductStack),
ResourceId: pulumi.StringRef(testResource.Id),
TargetName: pulumi.StringRef(testTarget.Name),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testComplianceRecords = Oci.FleetAppsManagement.GetComplianceRecords.Invoke(new()
{
CompartmentId = compartmentId,
ComplianceState = complianceRecordComplianceState,
EntityId = testEntity.Id,
ProductName = complianceRecordProductName,
ProductStack = complianceRecordProductStack,
ResourceId = testResource.Id,
TargetName = testTarget.Name,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
import com.pulumi.oci.FleetAppsManagement.inputs.GetComplianceRecordsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testComplianceRecords = FleetAppsManagementFunctions.getComplianceRecords(GetComplianceRecordsArgs.builder()
.compartmentId(compartmentId)
.complianceState(complianceRecordComplianceState)
.entityId(testEntity.id())
.productName(complianceRecordProductName)
.productStack(complianceRecordProductStack)
.resourceId(testResource.id())
.targetName(testTarget.name())
.build());
}
}
variables:
testComplianceRecords:
fn::invoke:
function: oci:FleetAppsManagement:getComplianceRecords
arguments:
compartmentId: ${compartmentId}
complianceState: ${complianceRecordComplianceState}
entityId: ${testEntity.id}
productName: ${complianceRecordProductName}
productStack: ${complianceRecordProductStack}
resourceId: ${testResource.id}
targetName: ${testTarget.name}
Using getComplianceRecords
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComplianceRecords(args: GetComplianceRecordsArgs, opts?: InvokeOptions): Promise<GetComplianceRecordsResult>
function getComplianceRecordsOutput(args: GetComplianceRecordsOutputArgs, opts?: InvokeOptions): Output<GetComplianceRecordsResult>
def get_compliance_records(compartment_id: Optional[str] = None,
compliance_state: Optional[str] = None,
entity_id: Optional[str] = None,
filters: Optional[Sequence[_fleetappsmanagement.GetComplianceRecordsFilter]] = None,
product_name: Optional[str] = None,
product_stack: Optional[str] = None,
resource_id: Optional[str] = None,
target_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetComplianceRecordsResult
def get_compliance_records_output(compartment_id: Optional[pulumi.Input[str]] = None,
compliance_state: Optional[pulumi.Input[str]] = None,
entity_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_fleetappsmanagement.GetComplianceRecordsFilterArgs]]]] = None,
product_name: Optional[pulumi.Input[str]] = None,
product_stack: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[str]] = None,
target_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComplianceRecordsResult]
func GetComplianceRecords(ctx *Context, args *GetComplianceRecordsArgs, opts ...InvokeOption) (*GetComplianceRecordsResult, error)
func GetComplianceRecordsOutput(ctx *Context, args *GetComplianceRecordsOutputArgs, opts ...InvokeOption) GetComplianceRecordsResultOutput
> Note: This function is named GetComplianceRecords
in the Go SDK.
public static class GetComplianceRecords
{
public static Task<GetComplianceRecordsResult> InvokeAsync(GetComplianceRecordsArgs args, InvokeOptions? opts = null)
public static Output<GetComplianceRecordsResult> Invoke(GetComplianceRecordsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComplianceRecordsResult> getComplianceRecords(GetComplianceRecordsArgs args, InvokeOptions options)
public static Output<GetComplianceRecordsResult> getComplianceRecords(GetComplianceRecordsArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getComplianceRecords:getComplianceRecords
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Compliance
State string - Target Compliance State.
- Entity
Id string - Entity identifier.Ex:FleetId
- Filters
List<Get
Compliance Records Filter> - Product
Name string - Product Name.
- Product
Stack string - ProductStack name.
- Resource
Id string - Resource identifier.
- Target
Name string - Unique target name
- Compartment
Id string - The ID of the compartment in which to list resources.
- Compliance
State string - Target Compliance State.
- Entity
Id string - Entity identifier.Ex:FleetId
- Filters
[]Get
Compliance Records Filter - Product
Name string - Product Name.
- Product
Stack string - ProductStack name.
- Resource
Id string - Resource identifier.
- Target
Name string - Unique target name
- compartment
Id String - The ID of the compartment in which to list resources.
- compliance
State String - Target Compliance State.
- entity
Id String - Entity identifier.Ex:FleetId
- filters
List<Get
Compliance Records Filter> - product
Name String - Product Name.
- product
Stack String - ProductStack name.
- resource
Id String - Resource identifier.
- target
Name String - Unique target name
- compartment
Id string - The ID of the compartment in which to list resources.
- compliance
State string - Target Compliance State.
- entity
Id string - Entity identifier.Ex:FleetId
- filters
Get
Compliance Records Filter[] - product
Name string - Product Name.
- product
Stack string - ProductStack name.
- resource
Id string - Resource identifier.
- target
Name string - Unique target name
- compartment_
id str - The ID of the compartment in which to list resources.
- compliance_
state str - Target Compliance State.
- entity_
id str - Entity identifier.Ex:FleetId
- filters
Sequence[fleetappsmanagement.
Get Compliance Records Filter] - product_
name str - Product Name.
- product_
stack str - ProductStack name.
- resource_
id str - Resource identifier.
- target_
name str - Unique target name
- compartment
Id String - The ID of the compartment in which to list resources.
- compliance
State String - Target Compliance State.
- entity
Id String - Entity identifier.Ex:FleetId
- filters List<Property Map>
- product
Name String - Product Name.
- product
Stack String - ProductStack name.
- resource
Id String - Resource identifier.
- target
Name String - Unique target name
getComplianceRecords Result
The following output properties are available:
- Compliance
Record List<GetCollections Compliance Records Compliance Record Collection> - The list of compliance_record_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - TenancyId of the resource.
- Compliance
State string - Last known compliance state of target.
- Entity
Id string - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- Filters
List<Get
Compliance Records Filter> - Product
Name string - Product Name.
- Product
Stack string - Product Stack.
- Resource
Id string - The OCID to identify the resource.
- Target
Name string - Target Name.
- Compliance
Record []GetCollections Compliance Records Compliance Record Collection - The list of compliance_record_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - TenancyId of the resource.
- Compliance
State string - Last known compliance state of target.
- Entity
Id string - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- Filters
[]Get
Compliance Records Filter - Product
Name string - Product Name.
- Product
Stack string - Product Stack.
- Resource
Id string - The OCID to identify the resource.
- Target
Name string - Target Name.
- compliance
Record List<GetCollections Compliance Records Compliance Record Collection> - The list of compliance_record_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - TenancyId of the resource.
- compliance
State String - Last known compliance state of target.
- entity
Id String - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- filters
List<Get
Compliance Records Filter> - product
Name String - Product Name.
- product
Stack String - Product Stack.
- resource
Id String - The OCID to identify the resource.
- target
Name String - Target Name.
- compliance
Record GetCollections Compliance Records Compliance Record Collection[] - The list of compliance_record_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - TenancyId of the resource.
- compliance
State string - Last known compliance state of target.
- entity
Id string - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- filters
Get
Compliance Records Filter[] - product
Name string - Product Name.
- product
Stack string - Product Stack.
- resource
Id string - The OCID to identify the resource.
- target
Name string - Target Name.
- compliance_
record_ Sequence[fleetappsmanagement.collections Get Compliance Records Compliance Record Collection] - The list of compliance_record_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - TenancyId of the resource.
- compliance_
state str - Last known compliance state of target.
- entity_
id str - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- filters
Sequence[fleetappsmanagement.
Get Compliance Records Filter] - product_
name str - Product Name.
- product_
stack str - Product Stack.
- resource_
id str - The OCID to identify the resource.
- target_
name str - Target Name.
- compliance
Record List<Property Map>Collections - The list of compliance_record_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - TenancyId of the resource.
- compliance
State String - Last known compliance state of target.
- entity
Id String - The OCID of the entity for which the compliance is calculated.Ex.FleetId
- filters List<Property Map>
- product
Name String - Product Name.
- product
Stack String - Product Stack.
- resource
Id String - The OCID to identify the resource.
- target
Name String - Target Name.
Supporting Types
GetComplianceRecordsComplianceRecordCollection
- Items
List<Get
Compliance Records Compliance Record Collection Item> - List of compliancePolicys.
- Items
[]Get
Compliance Records Compliance Record Collection Item - List of compliancePolicys.
- items
List<Get
Compliance Records Compliance Record Collection Item> - List of compliancePolicys.
- items
Get
Compliance Records Compliance Record Collection Item[] - List of compliancePolicys.
- items
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item] - List of compliancePolicys.
- items List<Property Map>
- List of compliancePolicys.
GetComplianceRecordsComplianceRecordCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Compliance
State string - Target Compliance State.
- Entity
Display stringName - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- Entity
Id string - Entity identifier.Ex:FleetId
- Id string
- The OCID of the ComplianceRecord.
- Patches
List<Get
Compliance Records Compliance Record Collection Item Patch> - Details of the Patch
- Policies
List<Get
Compliance Records Compliance Record Collection Item Policy> - Details of the Policy associated
- Resources
List<Get
Compliance Records Compliance Record Collection Item Resource> - Details of the Resource
- State string
- The current state of the ComplianceRecord.
- Targets
List<Get
Compliance Records Compliance Record Collection Item Target> - Details of the Target
- Time
Created string - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The ID of the compartment in which to list resources.
- Compliance
State string - Target Compliance State.
- Entity
Display stringName - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- Entity
Id string - Entity identifier.Ex:FleetId
- Id string
- The OCID of the ComplianceRecord.
- Patches
[]Get
Compliance Records Compliance Record Collection Item Patch - Details of the Patch
- Policies
[]Get
Compliance Records Compliance Record Collection Item Policy - Details of the Policy associated
- Resources
[]Get
Compliance Records Compliance Record Collection Item Resource - Details of the Resource
- State string
- The current state of the ComplianceRecord.
- Targets
[]Get
Compliance Records Compliance Record Collection Item Target - Details of the Target
- Time
Created string - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The ID of the compartment in which to list resources.
- compliance
State String - Target Compliance State.
- entity
Display StringName - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- entity
Id String - Entity identifier.Ex:FleetId
- id String
- The OCID of the ComplianceRecord.
- patches
List<Get
Compliance Records Compliance Record Collection Item Patch> - Details of the Patch
- policies
List<Get
Compliance Records Compliance Record Collection Item Policy> - Details of the Policy associated
- resources
List<Get
Compliance Records Compliance Record Collection Item Resource> - Details of the Resource
- state String
- The current state of the ComplianceRecord.
- targets
List<Get
Compliance Records Compliance Record Collection Item Target> - Details of the Target
- time
Created String - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The ID of the compartment in which to list resources.
- compliance
State string - Target Compliance State.
- entity
Display stringName - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- entity
Id string - Entity identifier.Ex:FleetId
- id string
- The OCID of the ComplianceRecord.
- patches
Get
Compliance Records Compliance Record Collection Item Patch[] - Details of the Patch
- policies
Get
Compliance Records Compliance Record Collection Item Policy[] - Details of the Policy associated
- resources
Get
Compliance Records Compliance Record Collection Item Resource[] - Details of the Resource
- state string
- The current state of the ComplianceRecord.
- targets
Get
Compliance Records Compliance Record Collection Item Target[] - Details of the Target
- time
Created string - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The ID of the compartment in which to list resources.
- compliance_
state str - Target Compliance State.
- entity_
display_ strname - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- entity_
id str - Entity identifier.Ex:FleetId
- id str
- The OCID of the ComplianceRecord.
- patches
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item Patch] - Details of the Patch
- policies
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item Policy] - Details of the Policy associated
- resources
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item Resource] - Details of the Resource
- state str
- The current state of the ComplianceRecord.
- targets
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item Target] - Details of the Target
- time_
created str - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The ID of the compartment in which to list resources.
- compliance
State String - Target Compliance State.
- entity
Display StringName - The displayName of the entity for which the compliance is calculated.Ex.DisplayName for the Fleet
- entity
Id String - Entity identifier.Ex:FleetId
- id String
- The OCID of the ComplianceRecord.
- patches List<Property Map>
- Details of the Patch
- policies List<Property Map>
- Details of the Policy associated
- resources List<Property Map>
- Details of the Resource
- state String
- The current state of the ComplianceRecord.
- targets List<Property Map>
- Details of the Target
- time
Created String - The date and time the ComplianceRecord was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the ComplianceRecord was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetComplianceRecordsComplianceRecordCollectionItemPatch
- Patch
Description string - Patch Description.
- Patch
Id string - patch OCID.
- Patch
Name string - Patch Name.
- Patch
Type string - Type of patch.
- Products
List<Get
Compliance Records Compliance Record Collection Item Patch Product> - Details of the Product
- Severity string
- Patch Severity.
- Time
Released string - Date on which patch was released
- Patch
Description string - Patch Description.
- Patch
Id string - patch OCID.
- Patch
Name string - Patch Name.
- Patch
Type string - Type of patch.
- Products
[]Get
Compliance Records Compliance Record Collection Item Patch Product - Details of the Product
- Severity string
- Patch Severity.
- Time
Released string - Date on which patch was released
- patch
Description String - Patch Description.
- patch
Id String - patch OCID.
- patch
Name String - Patch Name.
- patch
Type String - Type of patch.
- products
List<Get
Compliance Records Compliance Record Collection Item Patch Product> - Details of the Product
- severity String
- Patch Severity.
- time
Released String - Date on which patch was released
- patch
Description string - Patch Description.
- patch
Id string - patch OCID.
- patch
Name string - Patch Name.
- patch
Type string - Type of patch.
- products
Get
Compliance Records Compliance Record Collection Item Patch Product[] - Details of the Product
- severity string
- Patch Severity.
- time
Released string - Date on which patch was released
- patch_
description str - Patch Description.
- patch_
id str - patch OCID.
- patch_
name str - Patch Name.
- patch_
type str - Type of patch.
- products
Sequence[fleetappsmanagement.
Get Compliance Records Compliance Record Collection Item Patch Product] - Details of the Product
- severity str
- Patch Severity.
- time_
released str - Date on which patch was released
- patch
Description String - Patch Description.
- patch
Id String - patch OCID.
- patch
Name String - Patch Name.
- patch
Type String - Type of patch.
- products List<Property Map>
- Details of the Product
- severity String
- Patch Severity.
- time
Released String - Date on which patch was released
GetComplianceRecordsComplianceRecordCollectionItemPatchProduct
- Product
Name string - Product Name.
- Product
Stack string - ProductStack name.
- Product
Version string - Product Version.
- Product
Name string - Product Name.
- Product
Stack string - ProductStack name.
- Product
Version string - Product Version.
- product
Name String - Product Name.
- product
Stack String - ProductStack name.
- product
Version String - Product Version.
- product
Name string - Product Name.
- product
Stack string - ProductStack name.
- product
Version string - Product Version.
- product_
name str - Product Name.
- product_
stack str - ProductStack name.
- product_
version str - Product Version.
- product
Name String - Product Name.
- product
Stack String - ProductStack name.
- product
Version String - Product Version.
GetComplianceRecordsComplianceRecordCollectionItemPolicy
- Compliance
Policy stringDisplay Name - Compliane Policy DisplayName
- Compliance
Policy stringId - Compliance Policy Id
- Compliance
Policy stringRule Display Name - Product Name
- Compliance
Policy stringRule Id - Compliane Policy Rule Id
- Grace
Period string - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- Patch
Selections List<GetCompliance Records Compliance Record Collection Item Policy Patch Selection> - Patch Selection Details
- Compliance
Policy stringDisplay Name - Compliane Policy DisplayName
- Compliance
Policy stringId - Compliance Policy Id
- Compliance
Policy stringRule Display Name - Product Name
- Compliance
Policy stringRule Id - Compliane Policy Rule Id
- Grace
Period string - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- Patch
Selections []GetCompliance Records Compliance Record Collection Item Policy Patch Selection - Patch Selection Details
- compliance
Policy StringDisplay Name - Compliane Policy DisplayName
- compliance
Policy StringId - Compliance Policy Id
- compliance
Policy StringRule Display Name - Product Name
- compliance
Policy StringRule Id - Compliane Policy Rule Id
- grace
Period String - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- patch
Selections List<GetCompliance Records Compliance Record Collection Item Policy Patch Selection> - Patch Selection Details
- compliance
Policy stringDisplay Name - Compliane Policy DisplayName
- compliance
Policy stringId - Compliance Policy Id
- compliance
Policy stringRule Display Name - Product Name
- compliance
Policy stringRule Id - Compliane Policy Rule Id
- grace
Period string - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- patch
Selections GetCompliance Records Compliance Record Collection Item Policy Patch Selection[] - Patch Selection Details
- compliance_
policy_ strdisplay_ name - Compliane Policy DisplayName
- compliance_
policy_ strid - Compliance Policy Id
- compliance_
policy_ strrule_ display_ name - Product Name
- compliance_
policy_ strrule_ id - Compliane Policy Rule Id
- grace_
period str - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- patch_
selections Sequence[fleetappsmanagement.Get Compliance Records Compliance Record Collection Item Policy Patch Selection] - Patch Selection Details
- compliance
Policy StringDisplay Name - Compliane Policy DisplayName
- compliance
Policy StringId - Compliance Policy Id
- compliance
Policy StringRule Display Name - Product Name
- compliance
Policy StringRule Id - Compliane Policy Rule Id
- grace
Period String - Grace period in days,weeks,months or years the exemption is applicable for the rule.
- patch
Selections List<Property Map> - Patch Selection Details
GetComplianceRecordsComplianceRecordCollectionItemPolicyPatchSelection
- Days
Since intRelease - Days passed since patch release.
- Patch
Level string - Patch Name.
- Patch
Name string - Patch Name.
- Selection
Type string - Selection type for the Patch.
- Days
Since intRelease - Days passed since patch release.
- Patch
Level string - Patch Name.
- Patch
Name string - Patch Name.
- Selection
Type string - Selection type for the Patch.
- days
Since IntegerRelease - Days passed since patch release.
- patch
Level String - Patch Name.
- patch
Name String - Patch Name.
- selection
Type String - Selection type for the Patch.
- days
Since numberRelease - Days passed since patch release.
- patch
Level string - Patch Name.
- patch
Name string - Patch Name.
- selection
Type string - Selection type for the Patch.
- days_
since_ intrelease - Days passed since patch release.
- patch_
level str - Patch Name.
- patch_
name str - Patch Name.
- selection_
type str - Selection type for the Patch.
- days
Since NumberRelease - Days passed since patch release.
- patch
Level String - Patch Name.
- patch
Name String - Patch Name.
- selection
Type String - Selection type for the Patch.
GetComplianceRecordsComplianceRecordCollectionItemResource
- Compartment string
- Compartment the resource belongs to.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Resource
Id string - Resource identifier.
- Resource
Name string - Name of the resource.
- Resource
Region string - Region the resource belongs to.
- Compartment string
- Compartment the resource belongs to.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Resource
Id string - Resource identifier.
- Resource
Name string - Name of the resource.
- Resource
Region string - Region the resource belongs to.
- compartment String
- Compartment the resource belongs to.
- compartment
Id String - The ID of the compartment in which to list resources.
- resource
Id String - Resource identifier.
- resource
Name String - Name of the resource.
- resource
Region String - Region the resource belongs to.
- compartment string
- Compartment the resource belongs to.
- compartment
Id string - The ID of the compartment in which to list resources.
- resource
Id string - Resource identifier.
- resource
Name string - Name of the resource.
- resource
Region string - Region the resource belongs to.
- compartment str
- Compartment the resource belongs to.
- compartment_
id str - The ID of the compartment in which to list resources.
- resource_
id str - Resource identifier.
- resource_
name str - Name of the resource.
- resource_
region str - Region the resource belongs to.
- compartment String
- Compartment the resource belongs to.
- compartment
Id String - The ID of the compartment in which to list resources.
- resource
Id String - Resource identifier.
- resource
Name String - Name of the resource.
- resource
Region String - Region the resource belongs to.
GetComplianceRecordsComplianceRecordCollectionItemTarget
- Target
Id string - Target Identifier.
- Target
Name string - Unique target name
- Version string
- Current version.
- Target
Id string - Target Identifier.
- Target
Name string - Unique target name
- Version string
- Current version.
- target
Id String - Target Identifier.
- target
Name String - Unique target name
- version String
- Current version.
- target
Id string - Target Identifier.
- target
Name string - Unique target name
- version string
- Current version.
- target_
id str - Target Identifier.
- target_
name str - Unique target name
- version str
- Current version.
- target
Id String - Target Identifier.
- target
Name String - Unique target name
- version String
- Current version.
GetComplianceRecordsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.