Data Source: oci_jms_java_downloads_java_download_token
This data source provides details about a specific Java Download Token resource in Oracle Cloud Infrastructure Jms Java Downloads service.
Gets a JavaDownloadToken by identifier
Example Usage
data "oci_jms_java_downloads_java_download_token" "test_java_download_token" {
	#Required
	java_download_token_id = oci_jms_java_downloads_java_download_token.test_java_download_token.id
}
Argument Reference
The following arguments are supported:
- java_download_token_id- (Required) Unique JavaDownloadToken identifier.
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the tenancy scoped to the JavaDownloadToken.
- created_by- An authorized principal.- display_name- The name of the principal.
- email- The email of the principal.
- id- The OCID of the principal.
 
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"foo-namespace.bar-key": "value"}. (See Understanding Free-form Tags).
- description- User provided description of the JavaDownloadToken.
- display_name- User provided display name of the JavaDownloadToken.
- 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"}. (See Managing Tags and Tag Namespaces.)
- id- The OCID of the JavaDownloadToken.
- is_default- A flag to indicate if the token is default.
- java_version- The associated Java version of the JavaDownloadToken.
- last_updated_by- An authorized principal.- display_name- The name of the principal.
- email- The email of the principal.
- id- The OCID of the principal.
 
- license_type- The license type(s) associated with the JavaDownloadToken.
- lifecycle_details- Possible lifecycle substates.
- state- The current state of the JavaDownloadToken.
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:- {"orcl-cloud.free-tier-retained": "true"}
- time_created- The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- time_expires- The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- time_last_used- The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- time_updated- The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- value- Uniquely generated value for the JavaDownloadToken.