Data Source: oci_service_catalog_private_application
This data source provides details about a specific Private Application resource in Oracle Cloud Infrastructure Service Catalog service.
Gets the details of the specified private application.
Example Usage
data "oci_service_catalog_private_application" "test_private_application" {
#Required
private_application_id = oci_service_catalog_private_application.test_private_application.id
}
Argument Reference
The following arguments are supported:
private_application_id- (Required) The unique identifier for the private application.
Attributes Reference
The following attributes are exported:
compartment_id- The OCID of the compartment where the private application resides.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}display_name- The name of the private application.freeform_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 unique identifier for the private application in Marketplace.logo- The model for uploaded binary data, like logos and images.content_url- The content URL of the uploaded data.display_name- The name used to refer to the uploaded data.mime_type- The MIME type of the uploaded data.
long_description- A long description of the private application.package_type- Type of packages within this private application.short_description- A short description of the private application.state- The lifecycle state of the private application.time_created- The date and time the private application was created, expressed in RFC 3339 timestamp format. Example:2021-05-26T21:10:29.600Ztime_updated- The date and time the private application was last modified, expressed in RFC 3339 timestamp format. Example:2021-12-10T05:10:29.721Z