Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Jms.getJavaDownloadsJavaDownloadTokens
Start a Neo task
Explain and create an oci.Jms.getJavaDownloadsJavaDownloadTokens resource
This data source provides the list of Java Download Tokens in Oracle Cloud Infrastructure Jms Java Downloads service.
Returns a list of JavaDownloadTokens.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJavaDownloadTokens = oci.Jms.getJavaDownloadsJavaDownloadTokens({
compartmentId: tenancyOcid,
displayName: javaDownloadTokenDisplayName,
familyVersion: javaDownloadTokenFamilyVersion,
id: javaDownloadTokenId,
searchByUser: javaDownloadTokenSearchByUser,
state: javaDownloadTokenState,
value: javaDownloadTokenValue,
});
import pulumi
import pulumi_oci as oci
test_java_download_tokens = oci.Jms.get_java_downloads_java_download_tokens(compartment_id=tenancy_ocid,
display_name=java_download_token_display_name,
family_version=java_download_token_family_version,
id=java_download_token_id,
search_by_user=java_download_token_search_by_user,
state=java_download_token_state,
value=java_download_token_value)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetJavaDownloadsJavaDownloadTokens(ctx, &jms.GetJavaDownloadsJavaDownloadTokensArgs{
CompartmentId: tenancyOcid,
DisplayName: pulumi.StringRef(javaDownloadTokenDisplayName),
FamilyVersion: pulumi.StringRef(javaDownloadTokenFamilyVersion),
Id: pulumi.StringRef(javaDownloadTokenId),
SearchByUser: pulumi.StringRef(javaDownloadTokenSearchByUser),
State: pulumi.StringRef(javaDownloadTokenState),
Value: pulumi.StringRef(javaDownloadTokenValue),
}, 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 testJavaDownloadTokens = Oci.Jms.GetJavaDownloadsJavaDownloadTokens.Invoke(new()
{
CompartmentId = tenancyOcid,
DisplayName = javaDownloadTokenDisplayName,
FamilyVersion = javaDownloadTokenFamilyVersion,
Id = javaDownloadTokenId,
SearchByUser = javaDownloadTokenSearchByUser,
State = javaDownloadTokenState,
Value = javaDownloadTokenValue,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetJavaDownloadsJavaDownloadTokensArgs;
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 testJavaDownloadTokens = JmsFunctions.getJavaDownloadsJavaDownloadTokens(GetJavaDownloadsJavaDownloadTokensArgs.builder()
.compartmentId(tenancyOcid)
.displayName(javaDownloadTokenDisplayName)
.familyVersion(javaDownloadTokenFamilyVersion)
.id(javaDownloadTokenId)
.searchByUser(javaDownloadTokenSearchByUser)
.state(javaDownloadTokenState)
.value(javaDownloadTokenValue)
.build());
}
}
variables:
testJavaDownloadTokens:
fn::invoke:
function: oci:Jms:getJavaDownloadsJavaDownloadTokens
arguments:
compartmentId: ${tenancyOcid}
displayName: ${javaDownloadTokenDisplayName}
familyVersion: ${javaDownloadTokenFamilyVersion}
id: ${javaDownloadTokenId}
searchByUser: ${javaDownloadTokenSearchByUser}
state: ${javaDownloadTokenState}
value: ${javaDownloadTokenValue}
Using getJavaDownloadsJavaDownloadTokens
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 getJavaDownloadsJavaDownloadTokens(args: GetJavaDownloadsJavaDownloadTokensArgs, opts?: InvokeOptions): Promise<GetJavaDownloadsJavaDownloadTokensResult>
function getJavaDownloadsJavaDownloadTokensOutput(args: GetJavaDownloadsJavaDownloadTokensOutputArgs, opts?: InvokeOptions): Output<GetJavaDownloadsJavaDownloadTokensResult>def get_java_downloads_java_download_tokens(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
family_version: Optional[str] = None,
filters: Optional[Sequence[GetJavaDownloadsJavaDownloadTokensFilter]] = None,
id: Optional[str] = None,
search_by_user: Optional[str] = None,
state: Optional[str] = None,
value: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJavaDownloadsJavaDownloadTokensResult
def get_java_downloads_java_download_tokens_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
family_version: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetJavaDownloadsJavaDownloadTokensFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
search_by_user: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
value: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJavaDownloadsJavaDownloadTokensResult]func GetJavaDownloadsJavaDownloadTokens(ctx *Context, args *GetJavaDownloadsJavaDownloadTokensArgs, opts ...InvokeOption) (*GetJavaDownloadsJavaDownloadTokensResult, error)
func GetJavaDownloadsJavaDownloadTokensOutput(ctx *Context, args *GetJavaDownloadsJavaDownloadTokensOutputArgs, opts ...InvokeOption) GetJavaDownloadsJavaDownloadTokensResultOutput> Note: This function is named GetJavaDownloadsJavaDownloadTokens in the Go SDK.
public static class GetJavaDownloadsJavaDownloadTokens
{
public static Task<GetJavaDownloadsJavaDownloadTokensResult> InvokeAsync(GetJavaDownloadsJavaDownloadTokensArgs args, InvokeOptions? opts = null)
public static Output<GetJavaDownloadsJavaDownloadTokensResult> Invoke(GetJavaDownloadsJavaDownloadTokensInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetJavaDownloadsJavaDownloadTokensResult> getJavaDownloadsJavaDownloadTokens(GetJavaDownloadsJavaDownloadTokensArgs args, InvokeOptions options)
public static Output<GetJavaDownloadsJavaDownloadTokensResult> getJavaDownloadsJavaDownloadTokens(GetJavaDownloadsJavaDownloadTokensArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getJavaDownloadsJavaDownloadTokens:getJavaDownloadsJavaDownloadTokens
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the tenancy.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Family
Version string - Unique Java family version identifier.
- Filters
List<Get
Java Downloads Java Download Tokens Filter> - Id string
- Unique JavaDownloadToken identifier.
- Search
By stringUser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Value string
- Unique JavaDownloadToken value.
- Compartment
Id string - The OCID of the tenancy.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Family
Version string - Unique Java family version identifier.
- Filters
[]Get
Java Downloads Java Download Tokens Filter - Id string
- Unique JavaDownloadToken identifier.
- Search
By stringUser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Value string
- Unique JavaDownloadToken value.
- compartment
Id String - The OCID of the tenancy.
- display
Name String - A filter to return only resources that match the entire display name given.
- family
Version String - Unique Java family version identifier.
- filters
List<Get
Java Downloads Java Download Tokens Filter> - id String
- Unique JavaDownloadToken identifier.
- search
By StringUser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- value String
- Unique JavaDownloadToken value.
- compartment
Id string - The OCID of the tenancy.
- display
Name string - A filter to return only resources that match the entire display name given.
- family
Version string - Unique Java family version identifier.
- filters
Get
Java Downloads Java Download Tokens Filter[] - id string
- Unique JavaDownloadToken identifier.
- search
By stringUser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- value string
- Unique JavaDownloadToken value.
- compartment_
id str - The OCID of the tenancy.
- display_
name str - A filter to return only resources that match the entire display name given.
- family_
version str - Unique Java family version identifier.
- filters
Sequence[Get
Java Downloads Java Download Tokens Filter] - id str
- Unique JavaDownloadToken identifier.
- search_
by_ struser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- value str
- Unique JavaDownloadToken value.
- compartment
Id String - The OCID of the tenancy.
- display
Name String - A filter to return only resources that match the entire display name given.
- family
Version String - Unique Java family version identifier.
- filters List<Property Map>
- id String
- Unique JavaDownloadToken identifier.
- search
By StringUser - A filter to return only resources that match the user principal detail. The search string can be any of the property values from the Principal object. This object is used as a response datatype for the
createdByandlastUpdatedByfields in applicable resource. - state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- value String
- Unique JavaDownloadToken value.
getJavaDownloadsJavaDownloadTokens Result
The following output properties are available:
- Compartment
Id string - The OCID of the tenancy scoped to the JavaDownloadToken.
- Java
Download List<GetToken Collections Java Downloads Java Download Tokens Java Download Token Collection> - The list of java_download_token_collection.
- Display
Name string - The name of the principal.
- Family
Version string - Filters
List<Get
Java Downloads Java Download Tokens Filter> - Id string
- The OCID of the principal.
- Search
By stringUser - State string
- The current state of the JavaDownloadToken.
- Value string
- Uniquely generated value for the JavaDownloadToken.
- Compartment
Id string - The OCID of the tenancy scoped to the JavaDownloadToken.
- Java
Download []GetToken Collections Java Downloads Java Download Tokens Java Download Token Collection - The list of java_download_token_collection.
- Display
Name string - The name of the principal.
- Family
Version string - Filters
[]Get
Java Downloads Java Download Tokens Filter - Id string
- The OCID of the principal.
- Search
By stringUser - State string
- The current state of the JavaDownloadToken.
- Value string
- Uniquely generated value for the JavaDownloadToken.
- compartment
Id String - The OCID of the tenancy scoped to the JavaDownloadToken.
- java
Download List<GetToken Collections Java Downloads Java Download Tokens Java Download Token Collection> - The list of java_download_token_collection.
- display
Name String - The name of the principal.
- family
Version String - filters
List<Get
Java Downloads Java Download Tokens Filter> - id String
- The OCID of the principal.
- search
By StringUser - state String
- The current state of the JavaDownloadToken.
- value String
- Uniquely generated value for the JavaDownloadToken.
- compartment
Id string - The OCID of the tenancy scoped to the JavaDownloadToken.
- java
Download GetToken Collections Java Downloads Java Download Tokens Java Download Token Collection[] - The list of java_download_token_collection.
- display
Name string - The name of the principal.
- family
Version string - filters
Get
Java Downloads Java Download Tokens Filter[] - id string
- The OCID of the principal.
- search
By stringUser - state string
- The current state of the JavaDownloadToken.
- value string
- Uniquely generated value for the JavaDownloadToken.
- compartment_
id str - The OCID of the tenancy scoped to the JavaDownloadToken.
- java_
download_ Sequence[Gettoken_ collections Java Downloads Java Download Tokens Java Download Token Collection] - The list of java_download_token_collection.
- display_
name str - The name of the principal.
- family_
version str - filters
Sequence[Get
Java Downloads Java Download Tokens Filter] - id str
- The OCID of the principal.
- search_
by_ struser - state str
- The current state of the JavaDownloadToken.
- value str
- Uniquely generated value for the JavaDownloadToken.
- compartment
Id String - The OCID of the tenancy scoped to the JavaDownloadToken.
- java
Download List<Property Map>Token Collections - The list of java_download_token_collection.
- display
Name String - The name of the principal.
- family
Version String - filters List<Property Map>
- id String
- The OCID of the principal.
- search
By StringUser - state String
- The current state of the JavaDownloadToken.
- value String
- Uniquely generated value for the JavaDownloadToken.
Supporting Types
GetJavaDownloadsJavaDownloadTokensFilter
GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollection
GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItem
- Compartment
Id string - The OCID of the tenancy.
- Created
Bies List<GetJava Downloads Java Download Tokens Java Download Token Collection Item Created By> - An authorized principal.
- Dictionary<string, string>
- 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 string
- User provided description of the JavaDownloadToken.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- 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 string
- Unique JavaDownloadToken identifier.
- Is
Default bool - A flag to indicate if the token is default.
- Java
Version string - The associated Java version of the JavaDownloadToken.
- Last
Updated List<GetBies Java Downloads Java Download Tokens Java Download Token Collection Item Last Updated By> - An authorized principal.
- License
Types List<string> - The license type(s) associated with the JavaDownloadToken.
- Lifecycle
Details string - Possible lifecycle substates.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Dictionary<string, string>
- 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 string - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- Time
Expires string - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- Time
Last stringUsed - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- Time
Updated string - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- Value string
- Unique JavaDownloadToken value.
- Compartment
Id string - The OCID of the tenancy.
- Created
Bies []GetJava Downloads Java Download Tokens Java Download Token Collection Item Created By - An authorized principal.
- map[string]string
- 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 string
- User provided description of the JavaDownloadToken.
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- 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 string
- Unique JavaDownloadToken identifier.
- Is
Default bool - A flag to indicate if the token is default.
- Java
Version string - The associated Java version of the JavaDownloadToken.
- Last
Updated []GetBies Java Downloads Java Download Tokens Java Download Token Collection Item Last Updated By - An authorized principal.
- License
Types []string - The license type(s) associated with the JavaDownloadToken.
- Lifecycle
Details string - Possible lifecycle substates.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- map[string]string
- 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 string - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- Time
Expires string - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- Time
Last stringUsed - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- Time
Updated string - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- Value string
- Unique JavaDownloadToken value.
- compartment
Id String - The OCID of the tenancy.
- created
Bies List<GetJava Downloads Java Download Tokens Java Download Token Collection Item Created By> - An authorized principal.
- Map<String,String>
- 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 String
- User provided description of the JavaDownloadToken.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- 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 String
- Unique JavaDownloadToken identifier.
- is
Default Boolean - A flag to indicate if the token is default.
- java
Version String - The associated Java version of the JavaDownloadToken.
- last
Updated List<GetBies Java Downloads Java Download Tokens Java Download Token Collection Item Last Updated By> - An authorized principal.
- license
Types List<String> - The license type(s) associated with the JavaDownloadToken.
- lifecycle
Details String - Possible lifecycle substates.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String,String>
- 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 String - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- time
Expires String - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- time
Last StringUsed - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- time
Updated String - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- value String
- Unique JavaDownloadToken value.
- compartment
Id string - The OCID of the tenancy.
- created
Bies GetJava Downloads Java Download Tokens Java Download Token Collection Item Created By[] - An authorized principal.
- {[key: string]: string}
- 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 string
- User provided description of the JavaDownloadToken.
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- 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 string
- Unique JavaDownloadToken identifier.
- is
Default boolean - A flag to indicate if the token is default.
- java
Version string - The associated Java version of the JavaDownloadToken.
- last
Updated GetBies Java Downloads Java Download Tokens Java Download Token Collection Item Last Updated By[] - An authorized principal.
- license
Types string[] - The license type(s) associated with the JavaDownloadToken.
- lifecycle
Details string - Possible lifecycle substates.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- {[key: string]: string}
- 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 string - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- time
Expires string - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- time
Last stringUsed - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- time
Updated string - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- value string
- Unique JavaDownloadToken value.
- compartment_
id str - The OCID of the tenancy.
- created_
bies Sequence[GetJava Downloads Java Download Tokens Java Download Token Collection Item Created By] - An authorized principal.
- Mapping[str, str]
- 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 str
- User provided description of the JavaDownloadToken.
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- 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 str
- Unique JavaDownloadToken identifier.
- is_
default bool - A flag to indicate if the token is default.
- java_
version str - The associated Java version of the JavaDownloadToken.
- last_
updated_ Sequence[Getbies Java Downloads Java Download Tokens Java Download Token Collection Item Last Updated By] - An authorized principal.
- license_
types Sequence[str] - The license type(s) associated with the JavaDownloadToken.
- lifecycle_
details str - Possible lifecycle substates.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Mapping[str, str]
- 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 str - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- time_
expires str - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- time_
last_ strused - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- time_
updated str - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- value str
- Unique JavaDownloadToken value.
- compartment
Id String - The OCID of the tenancy.
- created
Bies List<Property Map> - An authorized principal.
- Map<String>
- 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 String
- User provided description of the JavaDownloadToken.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- 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 String
- Unique JavaDownloadToken identifier.
- is
Default Boolean - A flag to indicate if the token is default.
- java
Version String - The associated Java version of the JavaDownloadToken.
- last
Updated List<Property Map>Bies - An authorized principal.
- license
Types List<String> - The license type(s) associated with the JavaDownloadToken.
- lifecycle
Details String - Possible lifecycle substates.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String>
- 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 String - The time the JavaDownloadToken was created, displayed as an RFC3339 formatted datetime string.
- time
Expires String - The expiry time of the JavaDownloadToken, displayed as an RFC3339 formatted datetime string.
- time
Last StringUsed - The time the JavaDownloadToken was last used for download, displayed as an RFC3339 formatted datetime string.
- time
Updated String - The time the JavaDownloadToken was updated, displayed as an RFC3339 formatted datetime string.
- value String
- Unique JavaDownloadToken value.
GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemCreatedBy
- Display
Name string - A filter to return only resources that match the entire display name given.
- Email string
- The email of the principal.
- Id string
- Unique JavaDownloadToken identifier.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Email string
- The email of the principal.
- Id string
- Unique JavaDownloadToken identifier.
- display
Name String - A filter to return only resources that match the entire display name given.
- email String
- The email of the principal.
- id String
- Unique JavaDownloadToken identifier.
- display
Name string - A filter to return only resources that match the entire display name given.
- email string
- The email of the principal.
- id string
- Unique JavaDownloadToken identifier.
- display_
name str - A filter to return only resources that match the entire display name given.
- email str
- The email of the principal.
- id str
- Unique JavaDownloadToken identifier.
- display
Name String - A filter to return only resources that match the entire display name given.
- email String
- The email of the principal.
- id String
- Unique JavaDownloadToken identifier.
GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemLastUpdatedBy
- Display
Name string - A filter to return only resources that match the entire display name given.
- Email string
- The email of the principal.
- Id string
- Unique JavaDownloadToken identifier.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Email string
- The email of the principal.
- Id string
- Unique JavaDownloadToken identifier.
- display
Name String - A filter to return only resources that match the entire display name given.
- email String
- The email of the principal.
- id String
- Unique JavaDownloadToken identifier.
- display
Name string - A filter to return only resources that match the entire display name given.
- email string
- The email of the principal.
- id string
- Unique JavaDownloadToken identifier.
- display_
name str - A filter to return only resources that match the entire display name given.
- email str
- The email of the principal.
- id str
- Unique JavaDownloadToken identifier.
- display
Name String - A filter to return only resources that match the entire display name given.
- email String
- The email of the principal.
- id String
- Unique JavaDownloadToken identifier.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
