Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
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 dictionaryThe following arguments are supported:
- Assessment
Id string - The OCID of the Assessment
- Assessor
Name string - The name of the Assessor
- Assessment
Id string - The OCID of the Assessment
- Assessor
Name string - The name of the Assessor
- assessment
Id String - The OCID of the Assessment
- assessor
Name String - The name of the Assessor
- assessment
Id string - The OCID of the Assessment
- assessor
Name string - The name of the Assessor
- assessment_
id str - The OCID of the Assessment
- assessor_
name str - The name of the Assessor
- assessment
Id String - The OCID of the Assessment
- assessor
Name String - The name of the Assessor
getAssessmentAssessor Result
The following output properties are available:
- Actions
List<Get
Assessment Assessor Action> - Assessor group actions.
- Assessment
Id string - The OCID of the resource being referenced.
- Assessor
Groups List<GetAssessment Assessor Assessor Group> - Assessor Group
- Assessor
Name string - Assessor
Result string - The Assessor Result text.
- Checks
Summary 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Does
Script boolRequire Restart - 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 stringText - The Help link text.
- Help
Link stringUrl - 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
[]Get
Assessment Assessor Action Type - Assessor group actions.
- Assessment
Id string - The OCID of the resource being referenced.
- Assessor
Groups []GetAssessment Assessor Assessor Group - Assessor Group
- Assessor
Name string - Assessor
Result string - The Assessor Result text.
- Checks
Summary 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Does
Script boolRequire Restart - 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 stringText - The Help link text.
- Help
Link stringUrl - 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<Get
Assessment Assessor Action> - Assessor group actions.
- assessment
Id String - The OCID of the resource being referenced.
- assessor
Groups List<GetAssessment Assessor Assessor Group> - Assessor Group
- assessor
Name String - assessor
Result String - The Assessor Result text.
- checks
Summary 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- does
Script BooleanRequire Restart - True if DB restart required after running the script, false otherwise.
- has
Script Boolean - True if script is available either from 'script' property of through download, false otherwise.
- help
Link StringText - The Help link text.
- help
Link StringUrl - 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
Get
Assessment Assessor Action[] - Assessor group actions.
- assessment
Id string - The OCID of the resource being referenced.
- assessor
Groups GetAssessment Assessor Assessor Group[] - Assessor Group
- assessor
Name string - assessor
Result string - The Assessor Result text.
- checks
Summary 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- does
Script booleanRequire Restart - True if DB restart required after running the script, false otherwise.
- has
Script boolean - True if script is available either from 'script' property of through download, false otherwise.
- help
Link stringText - The Help link text.
- help
Link stringUrl - 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[Get
Assessment Assessor Action] - Assessor group actions.
- assessment_
id str - The OCID of the resource being referenced.
- assessor_
groups Sequence[GetAssessment Assessor Assessor Group] - 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_ boolrequire_ restart - 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_ strtext - The Help link text.
- help_
link_ strurl - 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.
- assessment
Id String - The OCID of the resource being referenced.
- assessor
Groups List<Property Map> - Assessor Group
- assessor
Name String - assessor
Result String - The Assessor Result text.
- checks
Summary 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- does
Script BooleanRequire Restart - True if DB restart required after running the script, false otherwise.
- has
Script Boolean - True if script is available either from 'script' property of through download, false otherwise.
- help
Link StringText - The Help link text.
- help
Link StringUrl - 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.
- Display
Name string - 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 string
- The Assessor Name.
- Resource
Id string - The OCID of the resource being referenced.
- Title string
- The Assessor Action Title.
- User
Defined List<GetProperties Assessment Assessor Action User Defined Property> - User defined properties
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - 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 string
- The Assessor Name.
- Resource
Id string - The OCID of the resource being referenced.
- Title string
- The Assessor Action Title.
- User
Defined []GetProperties Assessment Assessor Action User Defined Property - User defined properties
- description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled Boolean - Defines if the action is enabled or disabled.
- name String
- The Assessor Name.
- resource
Id String - The OCID of the resource being referenced.
- title String
- The Assessor Action Title.
- user
Defined List<GetProperties Assessment Assessor Action User Defined Property> - User defined properties
- description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled boolean - Defines if the action is enabled or disabled.
- name string
- The Assessor Name.
- resource
Id string - The OCID of the resource being referenced.
- title string
- The Assessor Action Title.
- user
Defined GetProperties Assessment Assessor Action User Defined Property[] - 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_ Sequence[Getproperties Assessment Assessor Action User Defined Property] - User defined properties
- description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled Boolean - Defines if the action is enabled or disabled.
- name String
- The Assessor Name.
- resource
Id String - The OCID of the resource being referenced.
- title String
- The Assessor Action Title.
- user
Defined List<Property Map>Properties - User defined properties
GetAssessmentAssessorActionUserDefinedProperty
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
List<Get
Assessment Assessor Action User Defined Property Property> - 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
[]Get
Assessment Assessor Action User Defined Property Property - 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties
List<Get
Assessment Assessor Action User Defined Property Property> - 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link stringText - The Help link text.
- help
Link stringUrl - The Help URL.
- properties
Get
Assessment Assessor Action User Defined Property Property[] - 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_ strtext - The Help link text.
- help_
link_ strurl - The Help URL.
- properties
Sequence[Get
Assessment Assessor Action User Defined Property Property] - 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties List<Property Map>
- Array of user defined properties.
GetAssessmentAssessorActionUserDefinedPropertyProperty
- Default
Value 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.
- Display
Name string - 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 string
- The Assessor Name.
- Options
List<Get
Assessment Assessor Action User Defined Property Property Option> - User defined property options.
- Type string
- The type of the user defined property.
- Value string
- The value of the property.
- Default
Value 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.
- Display
Name string - 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 string
- The Assessor Name.
- Options
[]Get
Assessment Assessor Action User Defined Property Property Option - User defined property options.
- Type string
- The type of the user defined property.
- Value string
- The value of the property.
- default
Value 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required Boolean - True if the property is required, false otherwise
- max
Length Integer - Maximum length of the text
- min
Length Integer - Minimum length of the text
- name String
- The Assessor Name.
- options
List<Get
Assessment Assessor Action User Defined Property Property Option> - User defined property options.
- type String
- The type of the user defined property.
- value String
- The value of the property.
- default
Value 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required boolean - True if the property is required, false otherwise
- max
Length number - Maximum length of the text
- min
Length number - Minimum length of the text
- name string
- The Assessor Name.
- options
Get
Assessment Assessor Action User Defined Property Property Option[] - 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[Get
Assessment Assessor Action User Defined Property Property Option] - User defined property options.
- type str
- The type of the user defined property.
- value str
- The value of the property.
- default
Value 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required Boolean - True if the property is required, false otherwise
- max
Length Number - Maximum length of the text
- min
Length 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.
- Display
Name 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.
- Display
Name 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.
- display
Name 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.
- display
Name 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.
- display
Name 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<Get
Assessment Assessor Assessor Group Action> - Assessor group actions.
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name 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
[]Get
Assessment Assessor Assessor Group Action - Assessor group actions.
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name 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<Get
Assessment Assessor Assessor Group Action> - Assessor group actions.
- description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name 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
Get
Assessment Assessor Assessor Group Action[] - Assessor group actions.
- description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name 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[Get
Assessment Assessor Assessor Group Action] - 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.
- display
Name 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.
- Display
Name string - 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 string
- The Assessor Name.
- Resource
Id string - The OCID of the resource being referenced.
- Title string
- The Assessor Action Title.
- User
Defined List<GetProperties Assessment Assessor Assessor Group Action User Defined Property> - User defined properties
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - 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 string
- The Assessor Name.
- Resource
Id string - The OCID of the resource being referenced.
- Title string
- The Assessor Action Title.
- User
Defined []GetProperties Assessment Assessor Assessor Group Action User Defined Property - User defined properties
- description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled Boolean - Defines if the action is enabled or disabled.
- name String
- The Assessor Name.
- resource
Id String - The OCID of the resource being referenced.
- title String
- The Assessor Action Title.
- user
Defined List<GetProperties Assessment Assessor Assessor Group Action User Defined Property> - User defined properties
- description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled boolean - Defines if the action is enabled or disabled.
- name string
- The Assessor Name.
- resource
Id string - The OCID of the resource being referenced.
- title string
- The Assessor Action Title.
- user
Defined GetProperties Assessment Assessor Assessor Group Action User Defined Property[] - 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_ Sequence[Getproperties Assessment Assessor Assessor Group Action User Defined Property] - User defined properties
- description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Disabled Boolean - Defines if the action is enabled or disabled.
- name String
- The Assessor Name.
- resource
Id String - The OCID of the resource being referenced.
- title String
- The Assessor Action Title.
- user
Defined List<Property Map>Properties - User defined properties
GetAssessmentAssessorAssessorGroupActionUserDefinedProperty
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
List<Get
Assessment Assessor Assessor Group Action User Defined Property Property> - 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
[]Get
Assessment Assessor Assessor Group Action User Defined Property Property - 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties
List<Get
Assessment Assessor Assessor Group Action User Defined Property Property> - 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link stringText - The Help link text.
- help
Link stringUrl - The Help URL.
- properties
Get
Assessment Assessor Assessor Group Action User Defined Property Property[] - 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_ strtext - The Help link text.
- help_
link_ strurl - The Help URL.
- properties
Sequence[Get
Assessment Assessor Assessor Group Action User Defined Property Property] - 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties List<Property Map>
- Array of user defined properties.
GetAssessmentAssessorAssessorGroupActionUserDefinedPropertyProperty
- Default
Value 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.
- Display
Name string - 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 string
- The Assessor Name.
- Options
List<Get
Assessment Assessor Assessor Group Action User Defined Property Property Option> - User defined property options.
- Type string
- The type of the user defined property.
- Value string
- The value of the property.
- Default
Value 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.
- Display
Name string - 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 string
- The Assessor Name.
- Options
[]Get
Assessment Assessor Assessor Group Action User Defined Property Property Option - User defined property options.
- Type string
- The type of the user defined property.
- Value string
- The value of the property.
- default
Value 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required Boolean - True if the property is required, false otherwise
- max
Length Integer - Maximum length of the text
- min
Length Integer - Minimum length of the text
- name String
- The Assessor Name.
- options
List<Get
Assessment Assessor Assessor Group Action User Defined Property Property Option> - User defined property options.
- type String
- The type of the user defined property.
- value String
- The value of the property.
- default
Value 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required boolean - True if the property is required, false otherwise
- max
Length number - Maximum length of the text
- min
Length number - Minimum length of the text
- name string
- The Assessor Name.
- options
Get
Assessment Assessor Assessor Group Action User Defined Property Property Option[] - 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[Get
Assessment Assessor Assessor Group Action User Defined Property Property Option] - User defined property options.
- type str
- The type of the user defined property.
- value str
- The value of the property.
- default
Value 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Required Boolean - True if the property is required, false otherwise
- max
Length Number - Maximum length of the text
- min
Length 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.
- Display
Name 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.
- Display
Name 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.
- display
Name 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.
- display
Name 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.
- display
Name 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
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
