1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getWlmsWlsDomainAgreementRecords
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Wls Domain Agreement Records in Oracle Cloud Infrastructure Wlms service.

    List the terms of use agreement record for the WebLogic domain.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testWlsDomainAgreementRecords = oci.oci.getWlmsWlsDomainAgreementRecords({
        wlsDomainId: testWlsDomain.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_wls_domain_agreement_records = oci.oci.get_wlms_wls_domain_agreement_records(wls_domain_id=test_wls_domain["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.GetWlmsWlsDomainAgreementRecords(ctx, &oci.GetWlmsWlsDomainAgreementRecordsArgs{
    			WlsDomainId: testWlsDomain.Id,
    		}, 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 testWlsDomainAgreementRecords = Oci.Oci.GetWlmsWlsDomainAgreementRecords.Invoke(new()
        {
            WlsDomainId = testWlsDomain.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetWlmsWlsDomainAgreementRecordsArgs;
    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 testWlsDomainAgreementRecords = OciFunctions.getWlmsWlsDomainAgreementRecords(GetWlmsWlsDomainAgreementRecordsArgs.builder()
                .wlsDomainId(testWlsDomain.id())
                .build());
    
        }
    }
    
    variables:
      testWlsDomainAgreementRecords:
        fn::invoke:
          function: oci:oci:getWlmsWlsDomainAgreementRecords
          arguments:
            wlsDomainId: ${testWlsDomain.id}
    

    Using getWlmsWlsDomainAgreementRecords

    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 getWlmsWlsDomainAgreementRecords(args: GetWlmsWlsDomainAgreementRecordsArgs, opts?: InvokeOptions): Promise<GetWlmsWlsDomainAgreementRecordsResult>
    function getWlmsWlsDomainAgreementRecordsOutput(args: GetWlmsWlsDomainAgreementRecordsOutputArgs, opts?: InvokeOptions): Output<GetWlmsWlsDomainAgreementRecordsResult>
    def get_wlms_wls_domain_agreement_records(filters: Optional[Sequence[GetWlmsWlsDomainAgreementRecordsFilter]] = None,
                                              wls_domain_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetWlmsWlsDomainAgreementRecordsResult
    def get_wlms_wls_domain_agreement_records_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWlmsWlsDomainAgreementRecordsFilterArgs]]]] = None,
                                              wls_domain_id: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetWlmsWlsDomainAgreementRecordsResult]
    func GetWlmsWlsDomainAgreementRecords(ctx *Context, args *GetWlmsWlsDomainAgreementRecordsArgs, opts ...InvokeOption) (*GetWlmsWlsDomainAgreementRecordsResult, error)
    func GetWlmsWlsDomainAgreementRecordsOutput(ctx *Context, args *GetWlmsWlsDomainAgreementRecordsOutputArgs, opts ...InvokeOption) GetWlmsWlsDomainAgreementRecordsResultOutput

    > Note: This function is named GetWlmsWlsDomainAgreementRecords in the Go SDK.

    public static class GetWlmsWlsDomainAgreementRecords 
    {
        public static Task<GetWlmsWlsDomainAgreementRecordsResult> InvokeAsync(GetWlmsWlsDomainAgreementRecordsArgs args, InvokeOptions? opts = null)
        public static Output<GetWlmsWlsDomainAgreementRecordsResult> Invoke(GetWlmsWlsDomainAgreementRecordsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWlmsWlsDomainAgreementRecordsResult> getWlmsWlsDomainAgreementRecords(GetWlmsWlsDomainAgreementRecordsArgs args, InvokeOptions options)
    public static Output<GetWlmsWlsDomainAgreementRecordsResult> getWlmsWlsDomainAgreementRecords(GetWlmsWlsDomainAgreementRecordsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getWlmsWlsDomainAgreementRecords:getWlmsWlsDomainAgreementRecords
      arguments:
        # arguments dictionary

    The following arguments are supported:

    wlsDomainId String
    The OCID of the WebLogic domain.
    filters List<Property Map>

    getWlmsWlsDomainAgreementRecords Result

    The following output properties are available:

    AgreementRecordCollections List<GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection>
    The list of agreement_record_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    WlsDomainId string
    Filters List<GetWlmsWlsDomainAgreementRecordsFilter>
    AgreementRecordCollections []GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection
    The list of agreement_record_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    WlsDomainId string
    Filters []GetWlmsWlsDomainAgreementRecordsFilter
    agreementRecordCollections List<GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection>
    The list of agreement_record_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    wlsDomainId String
    filters List<GetWlmsWlsDomainAgreementRecordsFilter>
    agreementRecordCollections GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection[]
    The list of agreement_record_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    wlsDomainId string
    filters GetWlmsWlsDomainAgreementRecordsFilter[]
    agreementRecordCollections List<Property Map>
    The list of agreement_record_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    wlsDomainId String
    filters List<Property Map>

    Supporting Types

    GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection

    AgreementSignature string
    The agreement signature.
    AgreementUuid string
    The ID of the accepted agreement.
    Items List<GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem>
    List of agreement records.
    TimeAccepted string
    The accepted time for the agreement record.
    WlsDomainId string
    The OCID of the WebLogic domain.
    AgreementSignature string
    The agreement signature.
    AgreementUuid string
    The ID of the accepted agreement.
    Items []GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem
    List of agreement records.
    TimeAccepted string
    The accepted time for the agreement record.
    WlsDomainId string
    The OCID of the WebLogic domain.
    agreementSignature String
    The agreement signature.
    agreementUuid String
    The ID of the accepted agreement.
    items List<GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem>
    List of agreement records.
    timeAccepted String
    The accepted time for the agreement record.
    wlsDomainId String
    The OCID of the WebLogic domain.
    agreementSignature string
    The agreement signature.
    agreementUuid string
    The ID of the accepted agreement.
    items GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem[]
    List of agreement records.
    timeAccepted string
    The accepted time for the agreement record.
    wlsDomainId string
    The OCID of the WebLogic domain.
    agreement_signature str
    The agreement signature.
    agreement_uuid str
    The ID of the accepted agreement.
    items Sequence[GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem]
    List of agreement records.
    time_accepted str
    The accepted time for the agreement record.
    wls_domain_id str
    The OCID of the WebLogic domain.
    agreementSignature String
    The agreement signature.
    agreementUuid String
    The ID of the accepted agreement.
    items List<Property Map>
    List of agreement records.
    timeAccepted String
    The accepted time for the agreement record.
    wlsDomainId String
    The OCID of the WebLogic domain.

    GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem

    AgreementSignature string
    The agreement signature.
    AgreementUuid string
    The ID of the accepted agreement.
    TimeAccepted string
    The accepted time for the agreement record.
    AgreementSignature string
    The agreement signature.
    AgreementUuid string
    The ID of the accepted agreement.
    TimeAccepted string
    The accepted time for the agreement record.
    agreementSignature String
    The agreement signature.
    agreementUuid String
    The ID of the accepted agreement.
    timeAccepted String
    The accepted time for the agreement record.
    agreementSignature string
    The agreement signature.
    agreementUuid string
    The ID of the accepted agreement.
    timeAccepted string
    The accepted time for the agreement record.
    agreement_signature str
    The agreement signature.
    agreement_uuid str
    The ID of the accepted agreement.
    time_accepted str
    The accepted time for the agreement record.
    agreementSignature String
    The agreement signature.
    agreementUuid String
    The ID of the accepted agreement.
    timeAccepted String
    The accepted time for the agreement record.

    GetWlmsWlsDomainAgreementRecordsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate