1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseMigration
  5. getAssessmentAssessors
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi

    This data source provides the list of Assessment Assessors in Oracle Cloud Infrastructure Database Migration service.

    List all Assessors.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAssessmentAssessors = oci.DatabaseMigration.getAssessmentAssessors({
        assessmentId: testAssessment.id,
        displayName: assessmentAssessorDisplayName,
        state: assessmentAssessorState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_assessment_assessors = oci.DatabaseMigration.get_assessment_assessors(assessment_id=test_assessment["id"],
        display_name=assessment_assessor_display_name,
        state=assessment_assessor_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemigration"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasemigration.GetAssessmentAssessors(ctx, &databasemigration.GetAssessmentAssessorsArgs{
    			AssessmentId: testAssessment.Id,
    			DisplayName:  pulumi.StringRef(assessmentAssessorDisplayName),
    			State:        pulumi.StringRef(assessmentAssessorState),
    		}, 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 testAssessmentAssessors = Oci.DatabaseMigration.GetAssessmentAssessors.Invoke(new()
        {
            AssessmentId = testAssessment.Id,
            DisplayName = assessmentAssessorDisplayName,
            State = assessmentAssessorState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseMigration.DatabaseMigrationFunctions;
    import com.pulumi.oci.DatabaseMigration.inputs.GetAssessmentAssessorsArgs;
    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 testAssessmentAssessors = DatabaseMigrationFunctions.getAssessmentAssessors(GetAssessmentAssessorsArgs.builder()
                .assessmentId(testAssessment.id())
                .displayName(assessmentAssessorDisplayName)
                .state(assessmentAssessorState)
                .build());
    
        }
    }
    
    variables:
      testAssessmentAssessors:
        fn::invoke:
          function: oci:DatabaseMigration:getAssessmentAssessors
          arguments:
            assessmentId: ${testAssessment.id}
            displayName: ${assessmentAssessorDisplayName}
            state: ${assessmentAssessorState}
    

    Using getAssessmentAssessors

    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 getAssessmentAssessors(args: GetAssessmentAssessorsArgs, opts?: InvokeOptions): Promise<GetAssessmentAssessorsResult>
    function getAssessmentAssessorsOutput(args: GetAssessmentAssessorsOutputArgs, opts?: InvokeOptions): Output<GetAssessmentAssessorsResult>
    def get_assessment_assessors(assessment_id: Optional[str] = None,
                                 display_name: Optional[str] = None,
                                 filters: Optional[Sequence[GetAssessmentAssessorsFilter]] = None,
                                 state: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetAssessmentAssessorsResult
    def get_assessment_assessors_output(assessment_id: Optional[pulumi.Input[str]] = None,
                                 display_name: Optional[pulumi.Input[str]] = None,
                                 filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssessmentAssessorsFilterArgs]]]] = None,
                                 state: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentAssessorsResult]
    func GetAssessmentAssessors(ctx *Context, args *GetAssessmentAssessorsArgs, opts ...InvokeOption) (*GetAssessmentAssessorsResult, error)
    func GetAssessmentAssessorsOutput(ctx *Context, args *GetAssessmentAssessorsOutputArgs, opts ...InvokeOption) GetAssessmentAssessorsResultOutput

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

    public static class GetAssessmentAssessors 
    {
        public static Task<GetAssessmentAssessorsResult> InvokeAsync(GetAssessmentAssessorsArgs args, InvokeOptions? opts = null)
        public static Output<GetAssessmentAssessorsResult> Invoke(GetAssessmentAssessorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssessmentAssessorsResult> getAssessmentAssessors(GetAssessmentAssessorsArgs args, InvokeOptions options)
    public static Output<GetAssessmentAssessorsResult> getAssessmentAssessors(GetAssessmentAssessorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseMigration/getAssessmentAssessors:getAssessmentAssessors
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssessmentId string
    The OCID of the Assessment
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetAssessmentAssessorsFilter>
    State string
    The lifecycle state of the Assessor.
    AssessmentId string
    The OCID of the Assessment
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetAssessmentAssessorsFilter
    State string
    The lifecycle state of the Assessor.
    assessmentId String
    The OCID of the Assessment
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetAssessmentAssessorsFilter>
    state String
    The lifecycle state of the Assessor.
    assessmentId string
    The OCID of the Assessment
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetAssessmentAssessorsFilter[]
    state string
    The lifecycle state of the Assessor.
    assessment_id str
    The OCID of the Assessment
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[GetAssessmentAssessorsFilter]
    state str
    The lifecycle state of the Assessor.
    assessmentId String
    The OCID of the Assessment
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    state String
    The lifecycle state of the Assessor.

    getAssessmentAssessors Result

    The following output properties are available:

    AssessmentId string
    The OCID of the resource being referenced.
    AssessorSummaryCollections List<GetAssessmentAssessorsAssessorSummaryCollection>
    The list of assessor_summary_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters List<GetAssessmentAssessorsFilter>
    State string
    The current state of the Assessor.
    AssessmentId string
    The OCID of the resource being referenced.
    AssessorSummaryCollections []GetAssessmentAssessorsAssessorSummaryCollection
    The list of assessor_summary_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Filters []GetAssessmentAssessorsFilter
    State string
    The current state of the Assessor.
    assessmentId String
    The OCID of the resource being referenced.
    assessorSummaryCollections List<GetAssessmentAssessorsAssessorSummaryCollection>
    The list of assessor_summary_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<GetAssessmentAssessorsFilter>
    state String
    The current state of the Assessor.
    assessmentId string
    The OCID of the resource being referenced.
    assessorSummaryCollections GetAssessmentAssessorsAssessorSummaryCollection[]
    The list of assessor_summary_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters GetAssessmentAssessorsFilter[]
    state string
    The current state of the Assessor.
    assessment_id str
    The OCID of the resource being referenced.
    assessor_summary_collections Sequence[GetAssessmentAssessorsAssessorSummaryCollection]
    The list of assessor_summary_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters Sequence[GetAssessmentAssessorsFilter]
    state str
    The current state of the Assessor.
    assessmentId String
    The OCID of the resource being referenced.
    assessorSummaryCollections List<Property Map>
    The list of assessor_summary_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    filters List<Property Map>
    state String
    The current state of the Assessor.

    Supporting Types

    GetAssessmentAssessorsAssessorSummaryCollection

    GetAssessmentAssessorsAssessorSummaryCollectionItem

    Actions List<GetAssessmentAssessorsAssessorSummaryCollectionItemAction>
    Assessor group actions.
    AssessmentId string
    The OCID of the Assessment
    AssessorGroups List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup>
    Assessor Group
    AssessorResult string
    The Assessor Result text.
    ChecksSummary string
    The Summary of all Checks.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    DoesScriptRequireRestart bool
    True if DB restart required after running the script, false otherwise.
    HasScript bool
    True if script is available either from 'script' property of through download, false otherwise.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Name string
    The Assessor Name.
    Script string
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    State string
    The lifecycle state of the Assessor.
    Actions []GetAssessmentAssessorsAssessorSummaryCollectionItemAction
    Assessor group actions.
    AssessmentId string
    The OCID of the Assessment
    AssessorGroups []GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup
    Assessor Group
    AssessorResult string
    The Assessor Result text.
    ChecksSummary string
    The Summary of all Checks.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    DoesScriptRequireRestart bool
    True if DB restart required after running the script, false otherwise.
    HasScript bool
    True if script is available either from 'script' property of through download, false otherwise.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Name string
    The Assessor Name.
    Script string
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    State string
    The lifecycle state of the Assessor.
    actions List<GetAssessmentAssessorsAssessorSummaryCollectionItemAction>
    Assessor group actions.
    assessmentId String
    The OCID of the Assessment
    assessorGroups List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup>
    Assessor Group
    assessorResult String
    The Assessor Result text.
    checksSummary String
    The Summary of all Checks.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    doesScriptRequireRestart Boolean
    True if DB restart required after running the script, false otherwise.
    hasScript Boolean
    True if script is available either from 'script' property of through download, false otherwise.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    name String
    The Assessor Name.
    script String
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    state String
    The lifecycle state of the Assessor.
    actions GetAssessmentAssessorsAssessorSummaryCollectionItemAction[]
    Assessor group actions.
    assessmentId string
    The OCID of the Assessment
    assessorGroups GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup[]
    Assessor Group
    assessorResult string
    The Assessor Result text.
    checksSummary string
    The Summary of all Checks.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    doesScriptRequireRestart boolean
    True if DB restart required after running the script, false otherwise.
    hasScript boolean
    True if script is available either from 'script' property of through download, false otherwise.
    helpLinkText string
    The Help link text.
    helpLinkUrl string
    The Help URL.
    name string
    The Assessor Name.
    script string
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    state string
    The lifecycle state of the Assessor.
    actions Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAction]
    Assessor group actions.
    assessment_id str
    The OCID of the Assessment
    assessor_groups Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup]
    Assessor Group
    assessor_result str
    The Assessor Result text.
    checks_summary str
    The Summary of all Checks.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    does_script_require_restart bool
    True if DB restart required after running the script, false otherwise.
    has_script bool
    True if script is available either from 'script' property of through download, false otherwise.
    help_link_text str
    The Help link text.
    help_link_url str
    The Help URL.
    name str
    The Assessor Name.
    script str
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    state str
    The lifecycle state of the Assessor.
    actions List<Property Map>
    Assessor group actions.
    assessmentId String
    The OCID of the Assessment
    assessorGroups List<Property Map>
    Assessor Group
    assessorResult String
    The Assessor Result text.
    checksSummary String
    The Summary of all Checks.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    doesScriptRequireRestart Boolean
    True if DB restart required after running the script, false otherwise.
    hasScript Boolean
    True if script is available either from 'script' property of through download, false otherwise.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    name String
    The Assessor Name.
    script String
    The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property 'hasScript' indicates that the script is available for download.
    state String
    The lifecycle state of the Assessor.

    GetAssessmentAssessorsAssessorSummaryCollectionItemAction

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsDisabled bool
    Defines if the action is enabled or disabled.
    Name string
    The Assessor Name.
    ResourceId string
    The OCID of the resource being referenced.
    Title string
    The Assessor Action Title.
    UserDefinedProperties List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty>
    User defined properties
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsDisabled bool
    Defines if the action is enabled or disabled.
    Name string
    The Assessor Name.
    ResourceId string
    The OCID of the resource being referenced.
    Title string
    The Assessor Action Title.
    UserDefinedProperties []GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty
    User defined properties
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isDisabled Boolean
    Defines if the action is enabled or disabled.
    name String
    The Assessor Name.
    resourceId String
    The OCID of the resource being referenced.
    title String
    The Assessor Action Title.
    userDefinedProperties List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty>
    User defined properties
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    isDisabled boolean
    Defines if the action is enabled or disabled.
    name string
    The Assessor Name.
    resourceId string
    The OCID of the resource being referenced.
    title string
    The Assessor Action Title.
    userDefinedProperties GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty[]
    User defined properties
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    is_disabled bool
    Defines if the action is enabled or disabled.
    name str
    The Assessor Name.
    resource_id str
    The OCID of the resource being referenced.
    title str
    The Assessor Action Title.
    user_defined_properties Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty]
    User defined properties
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isDisabled Boolean
    Defines if the action is enabled or disabled.
    name String
    The Assessor Name.
    resourceId String
    The OCID of the resource being referenced.
    title String
    The Assessor Action Title.
    userDefinedProperties List<Property Map>
    User defined properties

    GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty>
    Array of user defined properties.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties []GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty
    Array of user defined properties.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty>
    Array of user defined properties.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    helpLinkText string
    The Help link text.
    helpLinkUrl string
    The Help URL.
    properties GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty[]
    Array of user defined properties.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    help_link_text str
    The Help link text.
    help_link_url str
    The Help URL.
    properties Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty]
    Array of user defined properties.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<Property Map>
    Array of user defined properties.

    GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty

    DefaultValue string
    The default value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsRequired bool
    True if the property is required, false otherwise
    MaxLength int
    Maximum length of the text
    MinLength int
    Minimum length of the text
    Name string
    The Assessor Name.
    Options List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption>
    User defined property options.
    Type string
    The type of the user defined property.
    Value string
    The value of the property.
    DefaultValue string
    The default value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsRequired bool
    True if the property is required, false otherwise
    MaxLength int
    Maximum length of the text
    MinLength int
    Minimum length of the text
    Name string
    The Assessor Name.
    Options []GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption
    User defined property options.
    Type string
    The type of the user defined property.
    Value string
    The value of the property.
    defaultValue String
    The default value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isRequired Boolean
    True if the property is required, false otherwise
    maxLength Integer
    Maximum length of the text
    minLength Integer
    Minimum length of the text
    name String
    The Assessor Name.
    options List<GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption>
    User defined property options.
    type String
    The type of the user defined property.
    value String
    The value of the property.
    defaultValue string
    The default value of the property.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    isRequired boolean
    True if the property is required, false otherwise
    maxLength number
    Maximum length of the text
    minLength number
    Minimum length of the text
    name string
    The Assessor Name.
    options GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption[]
    User defined property options.
    type string
    The type of the user defined property.
    value string
    The value of the property.
    default_value str
    The default value of the property.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    is_required bool
    True if the property is required, false otherwise
    max_length int
    Maximum length of the text
    min_length int
    Minimum length of the text
    name str
    The Assessor Name.
    options Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption]
    User defined property options.
    type str
    The type of the user defined property.
    value str
    The value of the property.
    defaultValue String
    The default value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isRequired Boolean
    True if the property is required, false otherwise
    maxLength Number
    Maximum length of the text
    minLength Number
    Minimum length of the text
    name String
    The Assessor Name.
    options List<Property Map>
    User defined property options.
    type String
    The type of the user defined property.
    value String
    The value of the property.

    GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Value string
    The value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Value string
    The value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    value String
    The value of the property.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    value string
    The value of the property.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    value str
    The value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    value String
    The value of the property.

    GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup

    Actions List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction>
    Assessor group actions.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Name string
    The Assessor Name.
    Actions []GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction
    Assessor group actions.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Name string
    The Assessor Name.
    actions List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction>
    Assessor group actions.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    name String
    The Assessor Name.
    actions GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction[]
    Assessor group actions.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    name string
    The Assessor Name.
    actions Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction]
    Assessor group actions.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    name str
    The Assessor Name.
    actions List<Property Map>
    Assessor group actions.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    name String
    The Assessor Name.

    GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupAction

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsDisabled bool
    Defines if the action is enabled or disabled.
    Name string
    The Assessor Name.
    ResourceId string
    The OCID of the resource being referenced.
    Title string
    The Assessor Action Title.
    UserDefinedProperties List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty>
    User defined properties
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsDisabled bool
    Defines if the action is enabled or disabled.
    Name string
    The Assessor Name.
    ResourceId string
    The OCID of the resource being referenced.
    Title string
    The Assessor Action Title.
    UserDefinedProperties []GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty
    User defined properties
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isDisabled Boolean
    Defines if the action is enabled or disabled.
    name String
    The Assessor Name.
    resourceId String
    The OCID of the resource being referenced.
    title String
    The Assessor Action Title.
    userDefinedProperties List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty>
    User defined properties
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    isDisabled boolean
    Defines if the action is enabled or disabled.
    name string
    The Assessor Name.
    resourceId string
    The OCID of the resource being referenced.
    title string
    The Assessor Action Title.
    userDefinedProperties GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty[]
    User defined properties
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    is_disabled bool
    Defines if the action is enabled or disabled.
    name str
    The Assessor Name.
    resource_id str
    The OCID of the resource being referenced.
    title str
    The Assessor Action Title.
    user_defined_properties Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty]
    User defined properties
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isDisabled Boolean
    Defines if the action is enabled or disabled.
    name String
    The Assessor Name.
    resourceId String
    The OCID of the resource being referenced.
    title String
    The Assessor Action Title.
    userDefinedProperties List<Property Map>
    User defined properties

    GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty>
    Array of user defined properties.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties []GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty
    Array of user defined properties.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty>
    Array of user defined properties.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    helpLinkText string
    The Help link text.
    helpLinkUrl string
    The Help URL.
    properties GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty[]
    Array of user defined properties.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    help_link_text str
    The Help link text.
    help_link_url str
    The Help URL.
    properties Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty]
    Array of user defined properties.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<Property Map>
    Array of user defined properties.

    GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty

    DefaultValue string
    The default value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsRequired bool
    True if the property is required, false otherwise
    MaxLength int
    Maximum length of the text
    MinLength int
    Minimum length of the text
    Name string
    The Assessor Name.
    Options List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption>
    User defined property options.
    Type string
    The type of the user defined property.
    Value string
    The value of the property.
    DefaultValue string
    The default value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    IsRequired bool
    True if the property is required, false otherwise
    MaxLength int
    Maximum length of the text
    MinLength int
    Minimum length of the text
    Name string
    The Assessor Name.
    Options []GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption
    User defined property options.
    Type string
    The type of the user defined property.
    Value string
    The value of the property.
    defaultValue String
    The default value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isRequired Boolean
    True if the property is required, false otherwise
    maxLength Integer
    Maximum length of the text
    minLength Integer
    Minimum length of the text
    name String
    The Assessor Name.
    options List<GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption>
    User defined property options.
    type String
    The type of the user defined property.
    value String
    The value of the property.
    defaultValue string
    The default value of the property.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    isRequired boolean
    True if the property is required, false otherwise
    maxLength number
    Maximum length of the text
    minLength number
    Minimum length of the text
    name string
    The Assessor Name.
    options GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption[]
    User defined property options.
    type string
    The type of the user defined property.
    value string
    The value of the property.
    default_value str
    The default value of the property.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    is_required bool
    True if the property is required, false otherwise
    max_length int
    Maximum length of the text
    min_length int
    Minimum length of the text
    name str
    The Assessor Name.
    options Sequence[GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption]
    User defined property options.
    type str
    The type of the user defined property.
    value str
    The value of the property.
    defaultValue String
    The default value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    isRequired Boolean
    True if the property is required, false otherwise
    maxLength Number
    Maximum length of the text
    minLength Number
    Minimum length of the text
    name String
    The Assessor Name.
    options List<Property Map>
    User defined property options.
    type String
    The type of the user defined property.
    value String
    The value of the property.

    GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Value string
    The value of the property.
    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Value string
    The value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    value String
    The value of the property.
    description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    value string
    The value of the property.
    description str
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    value str
    The value of the property.
    description String
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    value String
    The value of the property.

    GetAssessmentAssessorsFilter

    Name string
    The Assessor Name.
    Values List<string>
    Regex bool
    Name string
    The Assessor Name.
    Values []string
    Regex bool
    name String
    The Assessor Name.
    values List<String>
    regex Boolean
    name string
    The Assessor Name.
    values string[]
    regex boolean
    name str
    The Assessor Name.
    values Sequence[str]
    regex bool
    name String
    The Assessor Name.
    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
    Viewing docs for Oracle Cloud Infrastructure v4.2.0
    published on Friday, Mar 6, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.