Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.FleetAppsManagement.getFleetCredentials
Start a Neo task
Explain and create an oci.FleetAppsManagement.getFleetCredentials resource
This data source provides the list of Fleet Credentials in Oracle Cloud Infrastructure Fleet Apps Management service.
List credentials associated with a fleet.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetCredentials = oci.FleetAppsManagement.getFleetCredentials({
fleetId: testFleet.id,
credentialLevel: fleetCredentialCredentialLevel,
displayName: fleetCredentialDisplayName,
id: fleetCredentialId,
resourceId: testResource.id,
state: fleetCredentialState,
target: fleetCredentialTarget,
});
import pulumi
import pulumi_oci as oci
test_fleet_credentials = oci.FleetAppsManagement.get_fleet_credentials(fleet_id=test_fleet["id"],
credential_level=fleet_credential_credential_level,
display_name=fleet_credential_display_name,
id=fleet_credential_id,
resource_id=test_resource["id"],
state=fleet_credential_state,
target=fleet_credential_target)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetappsmanagement.GetFleetCredentials(ctx, &fleetappsmanagement.GetFleetCredentialsArgs{
FleetId: testFleet.Id,
CredentialLevel: pulumi.StringRef(fleetCredentialCredentialLevel),
DisplayName: pulumi.StringRef(fleetCredentialDisplayName),
Id: pulumi.StringRef(fleetCredentialId),
ResourceId: pulumi.StringRef(testResource.Id),
State: pulumi.StringRef(fleetCredentialState),
Target: pulumi.StringRef(fleetCredentialTarget),
}, 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 testFleetCredentials = Oci.FleetAppsManagement.GetFleetCredentials.Invoke(new()
{
FleetId = testFleet.Id,
CredentialLevel = fleetCredentialCredentialLevel,
DisplayName = fleetCredentialDisplayName,
Id = fleetCredentialId,
ResourceId = testResource.Id,
State = fleetCredentialState,
Target = fleetCredentialTarget,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
import com.pulumi.oci.FleetAppsManagement.inputs.GetFleetCredentialsArgs;
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 testFleetCredentials = FleetAppsManagementFunctions.getFleetCredentials(GetFleetCredentialsArgs.builder()
.fleetId(testFleet.id())
.credentialLevel(fleetCredentialCredentialLevel)
.displayName(fleetCredentialDisplayName)
.id(fleetCredentialId)
.resourceId(testResource.id())
.state(fleetCredentialState)
.target(fleetCredentialTarget)
.build());
}
}
variables:
testFleetCredentials:
fn::invoke:
function: oci:FleetAppsManagement:getFleetCredentials
arguments:
fleetId: ${testFleet.id}
credentialLevel: ${fleetCredentialCredentialLevel}
displayName: ${fleetCredentialDisplayName}
id: ${fleetCredentialId}
resourceId: ${testResource.id}
state: ${fleetCredentialState}
target: ${fleetCredentialTarget}
Using getFleetCredentials
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 getFleetCredentials(args: GetFleetCredentialsArgs, opts?: InvokeOptions): Promise<GetFleetCredentialsResult>
function getFleetCredentialsOutput(args: GetFleetCredentialsOutputArgs, opts?: InvokeOptions): Output<GetFleetCredentialsResult>def get_fleet_credentials(compartment_id: Optional[str] = None,
credential_level: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetFleetCredentialsFilter]] = None,
fleet_id: Optional[str] = None,
id: Optional[str] = None,
resource_id: Optional[str] = None,
state: Optional[str] = None,
target: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetCredentialsResult
def get_fleet_credentials_output(compartment_id: Optional[pulumi.Input[str]] = None,
credential_level: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFleetCredentialsFilterArgs]]]] = None,
fleet_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
target: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetCredentialsResult]func GetFleetCredentials(ctx *Context, args *GetFleetCredentialsArgs, opts ...InvokeOption) (*GetFleetCredentialsResult, error)
func GetFleetCredentialsOutput(ctx *Context, args *GetFleetCredentialsOutputArgs, opts ...InvokeOption) GetFleetCredentialsResultOutput> Note: This function is named GetFleetCredentials in the Go SDK.
public static class GetFleetCredentials
{
public static Task<GetFleetCredentialsResult> InvokeAsync(GetFleetCredentialsArgs args, InvokeOptions? opts = null)
public static Output<GetFleetCredentialsResult> Invoke(GetFleetCredentialsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFleetCredentialsResult> getFleetCredentials(GetFleetCredentialsArgs args, InvokeOptions options)
public static Output<GetFleetCredentialsResult> getFleetCredentials(GetFleetCredentialsArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getFleetCredentials:getFleetCredentials
arguments:
# arguments dictionaryThe following arguments are supported:
- Fleet
Id string - Unique Fleet identifier.
- Compartment
Id string - Compartment OCID
- Credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Fleet Credentials Filter> - Id string
- A filter to return only resources whose credential identifier matches the given identifier.
- Resource
Id string - Resource Identifier
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Target string
- A filter to return only resources whose target matches the given target name.
- Fleet
Id string - Unique Fleet identifier.
- Compartment
Id string - Compartment OCID
- Credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Fleet Credentials Filter - Id string
- A filter to return only resources whose credential identifier matches the given identifier.
- Resource
Id string - Resource Identifier
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Target string
- A filter to return only resources whose target matches the given target name.
- fleet
Id String - Unique Fleet identifier.
- compartment
Id String - Compartment OCID
- credential
Level String - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Fleet Credentials Filter> - id String
- A filter to return only resources whose credential identifier matches the given identifier.
- resource
Id String - Resource Identifier
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- target String
- A filter to return only resources whose target matches the given target name.
- fleet
Id string - Unique Fleet identifier.
- compartment
Id string - Compartment OCID
- credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Fleet Credentials Filter[] - id string
- A filter to return only resources whose credential identifier matches the given identifier.
- resource
Id string - Resource Identifier
- state string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- target string
- A filter to return only resources whose target matches the given target name.
- fleet_
id str - Unique Fleet identifier.
- compartment_
id str - Compartment OCID
- credential_
level str - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Fleet Credentials Filter] - id str
- A filter to return only resources whose credential identifier matches the given identifier.
- resource_
id str - Resource Identifier
- state str
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- target str
- A filter to return only resources whose target matches the given target name.
- fleet
Id String - Unique Fleet identifier.
- compartment
Id String - Compartment OCID
- credential
Level String - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- A filter to return only resources whose credential identifier matches the given identifier.
- resource
Id String - Resource Identifier
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- target String
- A filter to return only resources whose target matches the given target name.
getFleetCredentials Result
The following output properties are available:
- Fleet
Credential List<GetCollections Fleet Credentials Fleet Credential Collection> - The list of fleet_credential_collection.
- Fleet
Id string - Compartment
Id string - Compartment OCID
- Credential
Level string - At what level the credential is provided?
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - Filters
List<Get
Fleet Credentials Filter> - Id string
- The unique id of the resource.
- Resource
Id string - OCID of the resource associated with the target for which the credential is created.
- State string
- The current state of the FleetCredential.
- Target string
- Target name for which the credential is provided.
- Fleet
Credential []GetCollections Fleet Credentials Fleet Credential Collection - The list of fleet_credential_collection.
- Fleet
Id string - Compartment
Id string - Compartment OCID
- Credential
Level string - At what level the credential is provided?
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - Filters
[]Get
Fleet Credentials Filter - Id string
- The unique id of the resource.
- Resource
Id string - OCID of the resource associated with the target for which the credential is created.
- State string
- The current state of the FleetCredential.
- Target string
- Target name for which the credential is provided.
- fleet
Credential List<GetCollections Fleet Credentials Fleet Credential Collection> - The list of fleet_credential_collection.
- fleet
Id String - compartment
Id String - Compartment OCID
- credential
Level String - At what level the credential is provided?
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - filters
List<Get
Fleet Credentials Filter> - id String
- The unique id of the resource.
- resource
Id String - OCID of the resource associated with the target for which the credential is created.
- state String
- The current state of the FleetCredential.
- target String
- Target name for which the credential is provided.
- fleet
Credential GetCollections Fleet Credentials Fleet Credential Collection[] - The list of fleet_credential_collection.
- fleet
Id string - compartment
Id string - Compartment OCID
- credential
Level string - At what level the credential is provided?
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - filters
Get
Fleet Credentials Filter[] - id string
- The unique id of the resource.
- resource
Id string - OCID of the resource associated with the target for which the credential is created.
- state string
- The current state of the FleetCredential.
- target string
- Target name for which the credential is provided.
- fleet_
credential_ Sequence[Getcollections Fleet Credentials Fleet Credential Collection] - The list of fleet_credential_collection.
- fleet_
id str - compartment_
id str - Compartment OCID
- credential_
level str - At what level the credential is provided?
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - filters
Sequence[Get
Fleet Credentials Filter] - id str
- The unique id of the resource.
- resource_
id str - OCID of the resource associated with the target for which the credential is created.
- state str
- The current state of the FleetCredential.
- target str
- Target name for which the credential is provided.
- fleet
Credential List<Property Map>Collections - The list of fleet_credential_collection.
- fleet
Id String - compartment
Id String - Compartment OCID
- credential
Level String - At what level the credential is provided?
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource - filters List<Property Map>
- id String
- The unique id of the resource.
- resource
Id String - OCID of the resource associated with the target for which the credential is created.
- state String
- The current state of the FleetCredential.
- target String
- Target name for which the credential is provided.
Supporting Types
GetFleetCredentialsFilter
GetFleetCredentialsFleetCredentialCollection
GetFleetCredentialsFleetCredentialCollectionItem
- Compartment
Id string - Compartment OCID
- Display
Name string - A filter to return only resources that match the entire display name given.
- Entity
Specifics List<GetFleet Credentials Fleet Credential Collection Item Entity Specific> - Credential specific Details.
- Fleet
Id string - Unique Fleet identifier.
- Id string
- A filter to return only resources whose credential identifier matches the given identifier.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Passwords
List<Get
Fleet Credentials Fleet Credential Collection Item Password> - Credential Details.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Users
List<Get
Fleet Credentials Fleet Credential Collection Item User> - Credential Details.
- Compartment
Id string - Compartment OCID
- Display
Name string - A filter to return only resources that match the entire display name given.
- Entity
Specifics []GetFleet Credentials Fleet Credential Collection Item Entity Specific - Credential specific Details.
- Fleet
Id string - Unique Fleet identifier.
- Id string
- A filter to return only resources whose credential identifier matches the given identifier.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Passwords
[]Get
Fleet Credentials Fleet Credential Collection Item Password - Credential Details.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Users
[]Get
Fleet Credentials Fleet Credential Collection Item User - Credential Details.
- compartment
Id String - Compartment OCID
- display
Name String - A filter to return only resources that match the entire display name given.
- entity
Specifics List<GetFleet Credentials Fleet Credential Collection Item Entity Specific> - Credential specific Details.
- fleet
Id String - Unique Fleet identifier.
- id String
- A filter to return only resources whose credential identifier matches the given identifier.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- passwords
List<Get
Fleet Credentials Fleet Credential Collection Item Password> - Credential Details.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- users
List<Get
Fleet Credentials Fleet Credential Collection Item User> - Credential Details.
- compartment
Id string - Compartment OCID
- display
Name string - A filter to return only resources that match the entire display name given.
- entity
Specifics GetFleet Credentials Fleet Credential Collection Item Entity Specific[] - Credential specific Details.
- fleet
Id string - Unique Fleet identifier.
- id string
- A filter to return only resources whose credential identifier matches the given identifier.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- passwords
Get
Fleet Credentials Fleet Credential Collection Item Password[] - Credential Details.
- state string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- users
Get
Fleet Credentials Fleet Credential Collection Item User[] - Credential Details.
- compartment_
id str - Compartment OCID
- display_
name str - A filter to return only resources that match the entire display name given.
- entity_
specifics Sequence[GetFleet Credentials Fleet Credential Collection Item Entity Specific] - Credential specific Details.
- fleet_
id str - Unique Fleet identifier.
- id str
- A filter to return only resources whose credential identifier matches the given identifier.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- passwords
Sequence[Get
Fleet Credentials Fleet Credential Collection Item Password] - Credential Details.
- state str
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- users
Sequence[Get
Fleet Credentials Fleet Credential Collection Item User] - Credential Details.
- compartment
Id String - Compartment OCID
- display
Name String - A filter to return only resources that match the entire display name given.
- entity
Specifics List<Property Map> - Credential specific Details.
- fleet
Id String - Unique Fleet identifier.
- id String
- A filter to return only resources whose credential identifier matches the given identifier.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- passwords List<Property Map>
- Credential Details.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- users List<Property Map>
- Credential Details.
GetFleetCredentialsFleetCredentialCollectionItemEntitySpecific
- Credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- Resource
Id string - Resource Identifier
- Target string
- A filter to return only resources whose target matches the given target name.
- Variables
List<Get
Fleet Credentials Fleet Credential Collection Item Entity Specific Variable> - List of fleet credential variables.
- Credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- Resource
Id string - Resource Identifier
- Target string
- A filter to return only resources whose target matches the given target name.
- Variables
[]Get
Fleet Credentials Fleet Credential Collection Item Entity Specific Variable - List of fleet credential variables.
- credential
Level String - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- resource
Id String - Resource Identifier
- target String
- A filter to return only resources whose target matches the given target name.
- variables
List<Get
Fleet Credentials Fleet Credential Collection Item Entity Specific Variable> - List of fleet credential variables.
- credential
Level string - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- resource
Id string - Resource Identifier
- target string
- A filter to return only resources whose target matches the given target name.
- variables
Get
Fleet Credentials Fleet Credential Collection Item Entity Specific Variable[] - List of fleet credential variables.
- credential_
level str - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- resource_
id str - Resource Identifier
- target str
- A filter to return only resources whose target matches the given target name.
- variables
Sequence[Get
Fleet Credentials Fleet Credential Collection Item Entity Specific Variable] - List of fleet credential variables.
- credential
Level String - A filter to return only resources whose credentialLevel matches the given credentialLevel.
- resource
Id String - Resource Identifier
- target String
- A filter to return only resources whose target matches the given target name.
- variables List<Property Map>
- List of fleet credential variables.
GetFleetCredentialsFleetCredentialCollectionItemEntitySpecificVariable
GetFleetCredentialsFleetCredentialCollectionItemPassword
- Credential
Type string - Credential Type.
- Key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - The Vault Key version.
- Secret
Id string - The OCID of the secret.
- Secret
Version string - The secret version.
- Value string
- The value corresponding to the credential.
- Vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- Credential
Type string - Credential Type.
- Key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - The Vault Key version.
- Secret
Id string - The OCID of the secret.
- Secret
Version string - The secret version.
- Value string
- The value corresponding to the credential.
- Vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - Credential Type.
- key
Id String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - The Vault Key version.
- secret
Id String - The OCID of the secret.
- secret
Version String - The secret version.
- value String
- The value corresponding to the credential.
- vault
Id String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type string - Credential Type.
- key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - The Vault Key version.
- secret
Id string - The OCID of the secret.
- secret
Version string - The secret version.
- value string
- The value corresponding to the credential.
- vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential_
type str - Credential Type.
- key_
id str - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - The Vault Key version.
- secret_
id str - The OCID of the secret.
- secret_
version str - The secret version.
- value str
- The value corresponding to the credential.
- vault_
id str - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - Credential Type.
- key
Id String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - The Vault Key version.
- secret
Id String - The OCID of the secret.
- secret
Version String - The secret version.
- value String
- The value corresponding to the credential.
- vault
Id String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
GetFleetCredentialsFleetCredentialCollectionItemUser
- Credential
Type string - Credential Type.
- Key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - The Vault Key version.
- Secret
Id string - The OCID of the secret.
- Secret
Version string - The secret version.
- Value string
- The value corresponding to the credential.
- Vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- Credential
Type string - Credential Type.
- Key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - The Vault Key version.
- Secret
Id string - The OCID of the secret.
- Secret
Version string - The secret version.
- Value string
- The value corresponding to the credential.
- Vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - Credential Type.
- key
Id String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - The Vault Key version.
- secret
Id String - The OCID of the secret.
- secret
Version String - The secret version.
- value String
- The value corresponding to the credential.
- vault
Id String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type string - Credential Type.
- key
Id string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - The Vault Key version.
- secret
Id string - The OCID of the secret.
- secret
Version string - The secret version.
- value string
- The value corresponding to the credential.
- vault
Id string - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential_
type str - Credential Type.
- key_
id str - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - The Vault Key version.
- secret_
id str - The OCID of the secret.
- secret_
version str - The secret version.
- value str
- The value corresponding to the credential.
- vault_
id str - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - Credential Type.
- key
Id String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - The Vault Key version.
- secret
Id String - The OCID of the secret.
- secret
Version String - The secret version.
- value String
- The value corresponding to the credential.
- vault
Id String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
