Data Source: oci_fleet_apps_management_properties
This data source provides the list of Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
Returns a list of all the Properties in the specified compartment.
The query parameter compartmentId is required unless the query parameter id is specified.
Example Usage
data "oci_fleet_apps_management_properties" "test_properties" {
#Optional
compartment_id = var.compartment_id
display_name = var.property_display_name
id = var.property_id
scope = var.property_scope
state = var.property_state
type = var.property_type
}
Argument Reference
The following arguments are supported:
compartment_id- (Optional) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.display_name- (Optional) A filter to return only resources that match the entire display name given.id- (Optional) Unique identifier or OCID for listing a single Property by id. Either compartmentId or id must be provided.scope- (Optional) A filter to return only resources their scope matches the given scope.state- (Optional) A filter to return only resources whose lifecycleState matches the given lifecycleState.type- (Optional) A filter to return properties whose type matches the given type.
Attributes Reference
The following attributes are exported:
property_collection- The list of property_collection.
Property Reference
The following attributes are exported:
compartment_id- Compartment OCIDdefined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}display_name- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example:My new resourcefreeform_tags- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}id- The OCID of the resource.lifecycle_details- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.resource_region- Associated regionscope- The scope of the property.selection- Text selection of the property.state- The current state of the Property.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The time this resource was created. An RFC3339 formatted datetime string.time_updated- The time this resource was last updated. An RFC3339 formatted datetime string.type- The type of the property.value_type- Format of the value.values- Values of the property (must be a single value if selection = ‘SINGLE_CHOICE’).