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 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 dictionaryThe following arguments are supported:
- Assessment
Id string - The OCID of the Assessment
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Assessment Assessors Filter> - State string
- The lifecycle state of the Assessor.
- Assessment
Id string - The OCID of the Assessment
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Assessment Assessors Filter - State string
- The lifecycle state of the Assessor.
- assessment
Id String - The OCID of the Assessment
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Assessment Assessors Filter> - state String
- The lifecycle state of the Assessor.
- assessment
Id string - The OCID of the Assessment
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Assessment Assessors Filter[] - 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[Get
Assessment Assessors Filter] - state str
- The lifecycle state of the Assessor.
- assessment
Id String - The OCID of the Assessment
- display
Name 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:
- Assessment
Id string - The OCID of the resource being referenced.
- Assessor
Summary List<GetCollections Assessment Assessors Assessor Summary Collection> - The list of assessor_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Assessment Assessors Filter> - State string
- The current state of the Assessor.
- Assessment
Id string - The OCID of the resource being referenced.
- Assessor
Summary []GetCollections Assessment Assessors Assessor Summary Collection - The list of assessor_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Assessment Assessors Filter - State string
- The current state of the Assessor.
- assessment
Id String - The OCID of the resource being referenced.
- assessor
Summary List<GetCollections Assessment Assessors Assessor Summary Collection> - The list of assessor_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Assessment Assessors Filter> - state String
- The current state of the Assessor.
- assessment
Id string - The OCID of the resource being referenced.
- assessor
Summary GetCollections Assessment Assessors Assessor Summary Collection[] - The list of assessor_summary_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Assessment Assessors Filter[] - state string
- The current state of the Assessor.
- assessment_
id str - The OCID of the resource being referenced.
- assessor_
summary_ Sequence[Getcollections Assessment Assessors Assessor Summary Collection] - 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[Get
Assessment Assessors Filter] - state str
- The current state of the Assessor.
- assessment
Id String - The OCID of the resource being referenced.
- assessor
Summary List<Property Map>Collections - The list of assessor_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name 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<Get
Assessment Assessors Assessor Summary Collection Item Action> - Assessor group actions.
- Assessment
Id string - The OCID of the Assessment
- Assessor
Groups List<GetAssessment Assessors Assessor Summary Collection Item Assessor Group> - Assessor Group
- 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 filter to return only resources that match the entire display name given.
- 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.
- 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
[]Get
Assessment Assessors Assessor Summary Collection Item Action - Assessor group actions.
- Assessment
Id string - The OCID of the Assessment
- Assessor
Groups []GetAssessment Assessors Assessor Summary Collection Item Assessor Group - Assessor Group
- 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 filter to return only resources that match the entire display name given.
- 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.
- 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<Get
Assessment Assessors Assessor Summary Collection Item Action> - Assessor group actions.
- assessment
Id String - The OCID of the Assessment
- assessor
Groups List<GetAssessment Assessors Assessor Summary Collection Item Assessor Group> - Assessor Group
- 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 filter to return only resources that match the entire display name given.
- 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.
- 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
Get
Assessment Assessors Assessor Summary Collection Item Action[] - Assessor group actions.
- assessment
Id string - The OCID of the Assessment
- assessor
Groups GetAssessment Assessors Assessor Summary Collection Item Assessor Group[] - Assessor Group
- 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 filter to return only resources that match the entire display name given.
- 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.
- 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[Get
Assessment Assessors Assessor Summary Collection Item Action] - Assessor group actions.
- assessment_
id str - The OCID of the Assessment
- assessor_
groups Sequence[GetAssessment Assessors Assessor Summary Collection Item Assessor Group] - 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_ 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.
- 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.
- assessment
Id String - The OCID of the Assessment
- assessor
Groups List<Property Map> - Assessor Group
- 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 filter to return only resources that match the entire display name given.
- 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.
- 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.
- Display
Name string - 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 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 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_ Sequence[Getproperties Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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
GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedProperty
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
[]Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link stringText - The Help link text.
- help
Link stringUrl - The Help URL.
- properties
Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help_
link_ strtext - The Help link text.
- help_
link_ strurl - The Help URL.
- properties
Sequence[Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties List<Property Map>
- Array of user defined properties.
GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyProperty
- 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 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 string
- The Assessor Name.
- Options
List<Get
Assessment Assessors Assessor Summary Collection Item 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 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 string
- The Assessor Name.
- Options
[]Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 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[Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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.
GetAssessmentAssessorsAssessorSummaryCollectionItemActionUserDefinedPropertyPropertyOption
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name 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.
- Display
Name 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.
- display
Name 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.
- display
Name 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.
- display
Name String - A filter to return only resources that match the entire display name given.
- value String
- The value of the property.
GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroup
- Actions
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- Name string
- The Assessor Name.
- Actions
[]Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- Name string
- The Assessor Name.
- actions
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- name String
- The Assessor Name.
- actions
Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- name string
- The Assessor Name.
- actions
Sequence[Get
Assessment Assessors Assessor Summary Collection Item 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 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.
- display
Name 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.
- Display
Name string - 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 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 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_ Sequence[Getproperties Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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
GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedProperty
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- Help
Link stringText - The Help link text.
- Help
Link stringUrl - The Help URL.
- Properties
[]Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties
List<Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link stringText - The Help link text.
- help
Link stringUrl - The Help URL.
- properties
Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help_
link_ strtext - The Help link text.
- help_
link_ strurl - The Help URL.
- properties
Sequence[Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- help
Link StringText - The Help link text.
- help
Link StringUrl - The Help URL.
- properties List<Property Map>
- Array of user defined properties.
GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyProperty
- 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 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 string
- The Assessor Name.
- Options
List<Get
Assessment Assessors Assessor Summary Collection Item 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 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 string
- The Assessor Name.
- Options
[]Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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 Assessors Assessor Summary Collection Item 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 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[Get
Assessment Assessors Assessor Summary Collection Item 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 filter to return only resources that match the entire display name given.
- 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.
GetAssessmentAssessorsAssessorSummaryCollectionItemAssessorGroupActionUserDefinedPropertyPropertyOption
- Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name 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.
- Display
Name 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.
- display
Name 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.
- display
Name 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.
- display
Name String - A filter to return only resources that match the entire display name given.
- value String
- The value of the property.
GetAssessmentAssessorsFilter
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
