1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseMigration
  5. getAssessmentAssessor
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 details about a specific Assessment Assessor resource in Oracle Cloud Infrastructure Database Migration service.

    Display Assessor details.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAssessmentAssessor = oci.DatabaseMigration.getAssessmentAssessor({
        assessmentId: testAssessment.id,
        assessorName: assessmentAssessorAssessorName,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_assessment_assessor = oci.DatabaseMigration.get_assessment_assessor(assessment_id=test_assessment["id"],
        assessor_name=assessment_assessor_assessor_name)
    
    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.GetAssessmentAssessor(ctx, &databasemigration.GetAssessmentAssessorArgs{
    			AssessmentId: testAssessment.Id,
    			AssessorName: assessmentAssessorAssessorName,
    		}, 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 testAssessmentAssessor = Oci.DatabaseMigration.GetAssessmentAssessor.Invoke(new()
        {
            AssessmentId = testAssessment.Id,
            AssessorName = assessmentAssessorAssessorName,
        });
    
    });
    
    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.GetAssessmentAssessorArgs;
    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 testAssessmentAssessor = DatabaseMigrationFunctions.getAssessmentAssessor(GetAssessmentAssessorArgs.builder()
                .assessmentId(testAssessment.id())
                .assessorName(assessmentAssessorAssessorName)
                .build());
    
        }
    }
    
    variables:
      testAssessmentAssessor:
        fn::invoke:
          function: oci:DatabaseMigration:getAssessmentAssessor
          arguments:
            assessmentId: ${testAssessment.id}
            assessorName: ${assessmentAssessorAssessorName}
    

    Using getAssessmentAssessor

    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 getAssessmentAssessor(args: GetAssessmentAssessorArgs, opts?: InvokeOptions): Promise<GetAssessmentAssessorResult>
    function getAssessmentAssessorOutput(args: GetAssessmentAssessorOutputArgs, opts?: InvokeOptions): Output<GetAssessmentAssessorResult>
    def get_assessment_assessor(assessment_id: Optional[str] = None,
                                assessor_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAssessmentAssessorResult
    def get_assessment_assessor_output(assessment_id: Optional[pulumi.Input[str]] = None,
                                assessor_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentAssessorResult]
    func GetAssessmentAssessor(ctx *Context, args *GetAssessmentAssessorArgs, opts ...InvokeOption) (*GetAssessmentAssessorResult, error)
    func GetAssessmentAssessorOutput(ctx *Context, args *GetAssessmentAssessorOutputArgs, opts ...InvokeOption) GetAssessmentAssessorResultOutput

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

    public static class GetAssessmentAssessor 
    {
        public static Task<GetAssessmentAssessorResult> InvokeAsync(GetAssessmentAssessorArgs args, InvokeOptions? opts = null)
        public static Output<GetAssessmentAssessorResult> Invoke(GetAssessmentAssessorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssessmentAssessorResult> getAssessmentAssessor(GetAssessmentAssessorArgs args, InvokeOptions options)
    public static Output<GetAssessmentAssessorResult> getAssessmentAssessor(GetAssessmentAssessorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseMigration/getAssessmentAssessor:getAssessmentAssessor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssessmentId string
    The OCID of the Assessment
    AssessorName string
    The name of the Assessor
    AssessmentId string
    The OCID of the Assessment
    AssessorName string
    The name of the Assessor
    assessmentId String
    The OCID of the Assessment
    assessorName String
    The name of the Assessor
    assessmentId string
    The OCID of the Assessment
    assessorName string
    The name of the Assessor
    assessment_id str
    The OCID of the Assessment
    assessor_name str
    The name of the Assessor
    assessmentId String
    The OCID of the Assessment
    assessorName String
    The name of the Assessor

    getAssessmentAssessor Result

    The following output properties are available:

    Actions List<GetAssessmentAssessorAction>
    Assessor group actions.
    AssessmentId string
    The OCID of the resource being referenced.
    AssessorGroups List<GetAssessmentAssessorAssessorGroup>
    Assessor Group
    AssessorName string
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.
    Actions []GetAssessmentAssessorActionType
    Assessor group actions.
    AssessmentId string
    The OCID of the resource being referenced.
    AssessorGroups []GetAssessmentAssessorAssessorGroup
    Assessor Group
    AssessorName string
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.
    actions List<GetAssessmentAssessorAction>
    Assessor group actions.
    assessmentId String
    The OCID of the resource being referenced.
    assessorGroups List<GetAssessmentAssessorAssessorGroup>
    Assessor Group
    assessorName String
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.
    actions GetAssessmentAssessorAction[]
    Assessor group actions.
    assessmentId string
    The OCID of the resource being referenced.
    assessorGroups GetAssessmentAssessorAssessorGroup[]
    Assessor Group
    assessorName string
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.
    actions Sequence[GetAssessmentAssessorAction]
    Assessor group actions.
    assessment_id str
    The OCID of the resource being referenced.
    assessor_groups Sequence[GetAssessmentAssessorAssessorGroup]
    Assessor Group
    assessor_name str
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.
    actions List<Property Map>
    Assessor group actions.
    assessmentId String
    The OCID of the resource being referenced.
    assessorGroups List<Property Map>
    Assessor Group
    assessorName String
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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 current state of the Assessor.

    Supporting Types

    GetAssessmentAssessorAction

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorActionUserDefinedProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 []GetAssessmentAssessorActionUserDefinedProperty
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorActionUserDefinedProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 GetAssessmentAssessorActionUserDefinedProperty[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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[GetAssessmentAssessorActionUserDefinedProperty]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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

    GetAssessmentAssessorActionUserDefinedProperty

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties List<GetAssessmentAssessorActionUserDefinedPropertyProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties []GetAssessmentAssessorActionUserDefinedPropertyProperty
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<GetAssessmentAssessorActionUserDefinedPropertyProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText string
    The Help link text.
    helpLinkUrl string
    The Help URL.
    properties GetAssessmentAssessorActionUserDefinedPropertyProperty[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    help_link_text str
    The Help link text.
    help_link_url str
    The Help URL.
    properties Sequence[GetAssessmentAssessorActionUserDefinedPropertyProperty]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<Property Map>
    Array of user defined properties.

    GetAssessmentAssessorActionUserDefinedPropertyProperty

    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorActionUserDefinedPropertyPropertyOption>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 []GetAssessmentAssessorActionUserDefinedPropertyPropertyOption
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorActionUserDefinedPropertyPropertyOption>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 GetAssessmentAssessorActionUserDefinedPropertyPropertyOption[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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[GetAssessmentAssessorActionUserDefinedPropertyPropertyOption]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.

    GetAssessmentAssessorActionUserDefinedPropertyPropertyOption

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    value String
    The value of the property.

    GetAssessmentAssessorAssessorGroup

    Actions List<GetAssessmentAssessorAssessorGroupAction>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Name string
    The Assessor Name.
    Actions []GetAssessmentAssessorAssessorGroupAction
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Name string
    The Assessor Name.
    actions List<GetAssessmentAssessorAssessorGroupAction>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    name String
    The Assessor Name.
    actions GetAssessmentAssessorAssessorGroupAction[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    name string
    The Assessor Name.
    actions Sequence[GetAssessmentAssessorAssessorGroupAction]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    name String
    The Assessor Name.

    GetAssessmentAssessorAssessorGroupAction

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorAssessorGroupActionUserDefinedProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 []GetAssessmentAssessorAssessorGroupActionUserDefinedProperty
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorAssessorGroupActionUserDefinedProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 GetAssessmentAssessorAssessorGroupActionUserDefinedProperty[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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[GetAssessmentAssessorAssessorGroupActionUserDefinedProperty]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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

    GetAssessmentAssessorAssessorGroupActionUserDefinedProperty

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties List<GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    HelpLinkText string
    The Help link text.
    HelpLinkUrl string
    The Help URL.
    Properties []GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText string
    The Help link text.
    helpLinkUrl string
    The Help URL.
    properties GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    help_link_text str
    The Help link text.
    help_link_url str
    The Help URL.
    properties Sequence[GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    helpLinkText String
    The Help link text.
    helpLinkUrl String
    The Help URL.
    properties List<Property Map>
    Array of user defined properties.

    GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty

    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 []GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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<GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption>
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption[]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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[GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption]
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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.

    GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyPropertyOption

    Description string
    A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    value String
    The value of the property.

    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.