Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
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 dictionaryThe following arguments are supported:
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
List<Get
Wlms Wls Domain Agreement Records Filter>
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
[]Get
Wlms Wls Domain Agreement Records Filter
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters
List<Get
Wlms Wls Domain Agreement Records Filter>
- wls
Domain stringId - The OCID of the WebLogic domain.
- filters
Get
Wlms Wls Domain Agreement Records Filter[]
- wls_
domain_ strid - The OCID of the WebLogic domain.
- filters
Sequence[Get
Wlms Wls Domain Agreement Records Filter]
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters List<Property Map>
getWlmsWlsDomainAgreementRecords Result
The following output properties are available:
- Agreement
Record List<GetCollections Wlms Wls Domain Agreement Records Agreement Record Collection> - The list of agreement_record_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Wls
Domain stringId - Filters
List<Get
Wlms Wls Domain Agreement Records Filter>
- Agreement
Record []GetCollections Wlms Wls Domain Agreement Records Agreement Record Collection - The list of agreement_record_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Wls
Domain stringId - Filters
[]Get
Wlms Wls Domain Agreement Records Filter
- agreement
Record List<GetCollections Wlms Wls Domain Agreement Records Agreement Record Collection> - The list of agreement_record_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- wls
Domain StringId - filters
List<Get
Wlms Wls Domain Agreement Records Filter>
- agreement
Record GetCollections Wlms Wls Domain Agreement Records Agreement Record Collection[] - The list of agreement_record_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- wls
Domain stringId - filters
Get
Wlms Wls Domain Agreement Records Filter[]
- agreement_
record_ Sequence[Getcollections Wlms Wls Domain Agreement Records Agreement Record Collection] - The list of agreement_record_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- wls_
domain_ strid - filters
Sequence[Get
Wlms Wls Domain Agreement Records Filter]
- agreement
Record List<Property Map>Collections - The list of agreement_record_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- wls
Domain StringId - filters List<Property Map>
Supporting Types
GetWlmsWlsDomainAgreementRecordsAgreementRecordCollection
- Agreement
Signature string - The agreement signature.
- Agreement
Uuid string - The ID of the accepted agreement.
- Items
List<Get
Wlms Wls Domain Agreement Records Agreement Record Collection Item> - List of agreement records.
- Time
Accepted string - The accepted time for the agreement record.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Agreement
Signature string - The agreement signature.
- Agreement
Uuid string - The ID of the accepted agreement.
- Items
[]Get
Wlms Wls Domain Agreement Records Agreement Record Collection Item - List of agreement records.
- Time
Accepted string - The accepted time for the agreement record.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- agreement
Signature String - The agreement signature.
- agreement
Uuid String - The ID of the accepted agreement.
- items
List<Get
Wlms Wls Domain Agreement Records Agreement Record Collection Item> - List of agreement records.
- time
Accepted String - The accepted time for the agreement record.
- wls
Domain StringId - The OCID of the WebLogic domain.
- agreement
Signature string - The agreement signature.
- agreement
Uuid string - The ID of the accepted agreement.
- items
Get
Wlms Wls Domain Agreement Records Agreement Record Collection Item[] - List of agreement records.
- time
Accepted string - The accepted time for the agreement record.
- wls
Domain stringId - The OCID of the WebLogic domain.
- agreement_
signature str - The agreement signature.
- agreement_
uuid str - The ID of the accepted agreement.
- items
Sequence[Get
Wlms Wls Domain Agreement Records Agreement Record Collection Item] - List of agreement records.
- time_
accepted str - The accepted time for the agreement record.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- agreement
Signature String - The agreement signature.
- agreement
Uuid String - The ID of the accepted agreement.
- items List<Property Map>
- List of agreement records.
- time
Accepted String - The accepted time for the agreement record.
- wls
Domain StringId - The OCID of the WebLogic domain.
GetWlmsWlsDomainAgreementRecordsAgreementRecordCollectionItem
- Agreement
Signature string - The agreement signature.
- Agreement
Uuid string - The ID of the accepted agreement.
- Time
Accepted string - The accepted time for the agreement record.
- Agreement
Signature string - The agreement signature.
- Agreement
Uuid string - The ID of the accepted agreement.
- Time
Accepted string - The accepted time for the agreement record.
- agreement
Signature String - The agreement signature.
- agreement
Uuid String - The ID of the accepted agreement.
- time
Accepted String - The accepted time for the agreement record.
- agreement
Signature string - The agreement signature.
- agreement
Uuid string - The ID of the accepted agreement.
- time
Accepted 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.
- agreement
Signature String - The agreement signature.
- agreement
Uuid String - The ID of the accepted agreement.
- time
Accepted String - The accepted time for the agreement record.
GetWlmsWlsDomainAgreementRecordsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
