1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getFleet
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.FleetAppsManagement.getFleet

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides details about a specific Fleet resource in Oracle Cloud Infrastructure Fleet Apps Management service.

Get the details of a fleet in Fleet Application Management.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testFleet = oci.FleetAppsManagement.getFleet({
    fleetId: testFleetOciFleetAppsManagementFleet.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_fleet = oci.FleetAppsManagement.get_fleet(fleet_id=test_fleet_oci_fleet_apps_management_fleet["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fleetappsmanagement.GetFleet(ctx, &fleetappsmanagement.GetFleetArgs{
			FleetId: testFleetOciFleetAppsManagementFleet.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testFleet = Oci.FleetAppsManagement.GetFleet.Invoke(new()
    {
        FleetId = testFleetOciFleetAppsManagementFleet.Id,
    });

});
Copy
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.GetFleetArgs;
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 testFleet = FleetAppsManagementFunctions.getFleet(GetFleetArgs.builder()
            .fleetId(testFleetOciFleetAppsManagementFleet.id())
            .build());

    }
}
Copy
variables:
  testFleet:
    fn::invoke:
      function: oci:FleetAppsManagement:getFleet
      arguments:
        fleetId: ${testFleetOciFleetAppsManagementFleet.id}
Copy

Using getFleet

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 getFleet(args: GetFleetArgs, opts?: InvokeOptions): Promise<GetFleetResult>
function getFleetOutput(args: GetFleetOutputArgs, opts?: InvokeOptions): Output<GetFleetResult>
Copy
def get_fleet(fleet_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetFleetResult
def get_fleet_output(fleet_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetFleetResult]
Copy
func GetFleet(ctx *Context, args *GetFleetArgs, opts ...InvokeOption) (*GetFleetResult, error)
func GetFleetOutput(ctx *Context, args *GetFleetOutputArgs, opts ...InvokeOption) GetFleetResultOutput
Copy

> Note: This function is named GetFleet in the Go SDK.

public static class GetFleet 
{
    public static Task<GetFleetResult> InvokeAsync(GetFleetArgs args, InvokeOptions? opts = null)
    public static Output<GetFleetResult> Invoke(GetFleetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
public static Output<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:FleetAppsManagement/getFleet:getFleet
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FleetId This property is required. string
Unique Fleet identifier.
FleetId This property is required. string
Unique Fleet identifier.
fleetId This property is required. String
Unique Fleet identifier.
fleetId This property is required. string
Unique Fleet identifier.
fleet_id This property is required. str
Unique Fleet identifier.
fleetId This property is required. String
Unique Fleet identifier.

getFleet Result

The following output properties are available:

ApplicationType string
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
CompartmentId string
Tenancy Id (Root Compartment Id)for which the rule is created.
Credentials List<GetFleetCredential>
Credentials associated with the Fleet.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
DisplayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
EnvironmentType string
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
FleetId string
FleetType string
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
FreeformTags 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"}
GroupType string
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
Id string
The OCID of the resource.
IsTargetAutoConfirm bool
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
LifecycleDetails 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.
NotificationPreferences List<GetFleetNotificationPreference>
Notification information to get notified when the fleet status changes.
Products List<string>
Products associated with the Fleet.
ResourceRegion string
Associated region
ResourceSelectionType string
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
RuleSelectionCriterias List<GetFleetRuleSelectionCriteria>
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
State string
The lifecycle state of the Fleet.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time this resource was created. An RFC3339 formatted datetime string.
TimeUpdated string
The time this resource was last updated. An RFC3339 formatted datetime string.
ApplicationType string
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
CompartmentId string
Tenancy Id (Root Compartment Id)for which the rule is created.
Credentials []GetFleetCredentialType
Credentials associated with the Fleet.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
DisplayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
EnvironmentType string
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
FleetId string
FleetType string
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
FreeformTags 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"}
GroupType string
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
Id string
The OCID of the resource.
IsTargetAutoConfirm bool
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
LifecycleDetails 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.
NotificationPreferences []GetFleetNotificationPreference
Notification information to get notified when the fleet status changes.
Products []string
Products associated with the Fleet.
ResourceRegion string
Associated region
ResourceSelectionType string
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
RuleSelectionCriterias []GetFleetRuleSelectionCriteria
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
State string
The lifecycle state of the Fleet.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time this resource was created. An RFC3339 formatted datetime string.
TimeUpdated string
The time this resource was last updated. An RFC3339 formatted datetime string.
applicationType String
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
compartmentId String
Tenancy Id (Root Compartment Id)for which the rule is created.
credentials List<GetFleetCredential>
Credentials associated with the Fleet.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
displayName String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
environmentType String
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
fleetId String
fleetType String
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
freeformTags 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"}
groupType String
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
id String
The OCID of the resource.
isTargetAutoConfirm Boolean
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
lifecycleDetails 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.
notificationPreferences List<GetFleetNotificationPreference>
Notification information to get notified when the fleet status changes.
products List<String>
Products associated with the Fleet.
resourceRegion String
Associated region
resourceSelectionType String
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
ruleSelectionCriterias List<GetFleetRuleSelectionCriteria>
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
state String
The lifecycle state of the Fleet.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time this resource was created. An RFC3339 formatted datetime string.
timeUpdated String
The time this resource was last updated. An RFC3339 formatted datetime string.
applicationType string
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
compartmentId string
Tenancy Id (Root Compartment Id)for which the rule is created.
credentials GetFleetCredential[]
Credentials associated with the Fleet.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description string
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
displayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
environmentType string
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
fleetId string
fleetType string
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
freeformTags {[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"}
groupType string
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
id string
The OCID of the resource.
isTargetAutoConfirm boolean
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
lifecycleDetails 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.
notificationPreferences GetFleetNotificationPreference[]
Notification information to get notified when the fleet status changes.
products string[]
Products associated with the Fleet.
resourceRegion string
Associated region
resourceSelectionType string
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
ruleSelectionCriterias GetFleetRuleSelectionCriteria[]
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
state string
The lifecycle state of the Fleet.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The time this resource was created. An RFC3339 formatted datetime string.
timeUpdated string
The time this resource was last updated. An RFC3339 formatted datetime string.
application_type str
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
compartment_id str
Tenancy Id (Root Compartment Id)for which the rule is created.
credentials Sequence[fleetappsmanagement.GetFleetCredential]
Credentials associated with the Fleet.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description str
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
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
environment_type str
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
fleet_id str
fleet_type str
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
freeform_tags 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"}
group_type str
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
id str
The OCID of the resource.
is_target_auto_confirm bool
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
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.
notification_preferences Sequence[fleetappsmanagement.GetFleetNotificationPreference]
Notification information to get notified when the fleet status changes.
products Sequence[str]
Products associated with the Fleet.
resource_region str
Associated region
resource_selection_type str
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
rule_selection_criterias Sequence[fleetappsmanagement.GetFleetRuleSelectionCriteria]
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
state str
The lifecycle state of the Fleet.
system_tags 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.
applicationType String
Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
compartmentId String
Tenancy Id (Root Compartment Id)for which the rule is created.
credentials List<Property Map>
Credentials associated with the Fleet.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
displayName String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
environmentType String
Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
fleetId String
fleetType String
Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
freeformTags 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"}
groupType String
Group Type associated with Group Fleet. Applicable for GROUP fleet types.
id String
The OCID of the resource.
isTargetAutoConfirm Boolean
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
lifecycleDetails 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.
notificationPreferences List<Property Map>
Notification information to get notified when the fleet status changes.
products List<String>
Products associated with the Fleet.
resourceRegion String
Associated region
resourceSelectionType String
Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
ruleSelectionCriterias List<Property Map>
Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
state String
The lifecycle state of the Fleet.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time this resource was created. An RFC3339 formatted datetime string.
timeUpdated String
The time this resource was last updated. An RFC3339 formatted datetime string.

Supporting Types

GetFleetCredential

CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
EntitySpecifics This property is required. List<GetFleetCredentialEntitySpecific>
Credential specific Details.
Passwords This property is required. List<GetFleetCredentialPassword>
Credential Details.
Users This property is required. List<GetFleetCredentialUser>
Credential Details.
CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
EntitySpecifics This property is required. []GetFleetCredentialEntitySpecific
Credential specific Details.
Passwords This property is required. []GetFleetCredentialPassword
Credential Details.
Users This property is required. []GetFleetCredentialUser
Credential Details.
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
entitySpecifics This property is required. List<GetFleetCredentialEntitySpecific>
Credential specific Details.
passwords This property is required. List<GetFleetCredentialPassword>
Credential Details.
users This property is required. List<GetFleetCredentialUser>
Credential Details.
compartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
entitySpecifics This property is required. GetFleetCredentialEntitySpecific[]
Credential specific Details.
passwords This property is required. GetFleetCredentialPassword[]
Credential Details.
users This property is required. GetFleetCredentialUser[]
Credential Details.
compartment_id This property is required. str
Tenancy Id (Root Compartment Id)for which the rule is created.
display_name This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
entity_specifics This property is required. Sequence[fleetappsmanagement.GetFleetCredentialEntitySpecific]
Credential specific Details.
passwords This property is required. Sequence[fleetappsmanagement.GetFleetCredentialPassword]
Credential Details.
users This property is required. Sequence[fleetappsmanagement.GetFleetCredentialUser]
Credential Details.
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
entitySpecifics This property is required. List<Property Map>
Credential specific Details.
passwords This property is required. List<Property Map>
Credential Details.
users This property is required. List<Property Map>
Credential Details.

GetFleetCredentialEntitySpecific

CredentialLevel This property is required. string
At what level the credential is provided?
ResourceId This property is required. string
OCID of the resource associated with the target for which the credential is created.
Target This property is required. string
Target name for which the credential is provided.
Variables This property is required. List<GetFleetCredentialEntitySpecificVariable>
List of fleet credential variables.
CredentialLevel This property is required. string
At what level the credential is provided?
ResourceId This property is required. string
OCID of the resource associated with the target for which the credential is created.
Target This property is required. string
Target name for which the credential is provided.
Variables This property is required. []GetFleetCredentialEntitySpecificVariable
List of fleet credential variables.
credentialLevel This property is required. String
At what level the credential is provided?
resourceId This property is required. String
OCID of the resource associated with the target for which the credential is created.
target This property is required. String
Target name for which the credential is provided.
variables This property is required. List<GetFleetCredentialEntitySpecificVariable>
List of fleet credential variables.
credentialLevel This property is required. string
At what level the credential is provided?
resourceId This property is required. string
OCID of the resource associated with the target for which the credential is created.
target This property is required. string
Target name for which the credential is provided.
variables This property is required. GetFleetCredentialEntitySpecificVariable[]
List of fleet credential variables.
credential_level This property is required. str
At what level the credential is provided?
resource_id This property is required. str
OCID of the resource associated with the target for which the credential is created.
target This property is required. str
Target name for which the credential is provided.
variables This property is required. Sequence[fleetappsmanagement.GetFleetCredentialEntitySpecificVariable]
List of fleet credential variables.
credentialLevel This property is required. String
At what level the credential is provided?
resourceId This property is required. String
OCID of the resource associated with the target for which the credential is created.
target This property is required. String
Target name for which the credential is provided.
variables This property is required. List<Property Map>
List of fleet credential variables.

GetFleetCredentialEntitySpecificVariable

Name This property is required. string
Name of the variable.
Value This property is required. string
The value corresponding to the credential.
Name This property is required. string
Name of the variable.
Value This property is required. string
The value corresponding to the credential.
name This property is required. String
Name of the variable.
value This property is required. String
The value corresponding to the credential.
name This property is required. string
Name of the variable.
value This property is required. string
The value corresponding to the credential.
name This property is required. str
Name of the variable.
value This property is required. str
The value corresponding to the credential.
name This property is required. String
Name of the variable.
value This property is required. String
The value corresponding to the credential.

GetFleetCredentialPassword

CredentialType This property is required. string
Credential Type.
KeyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
KeyVersion This property is required. string
The Vault Key version.
SecretId This property is required. string
The OCID of the secret.
SecretVersion This property is required. string
The secret version.
Value This property is required. string
The value corresponding to the credential.
VaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
CredentialType This property is required. string
Credential Type.
KeyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
KeyVersion This property is required. string
The Vault Key version.
SecretId This property is required. string
The OCID of the secret.
SecretVersion This property is required. string
The secret version.
Value This property is required. string
The value corresponding to the credential.
VaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. String
Credential Type.
keyId This property is required. String
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. String
The Vault Key version.
secretId This property is required. String
The OCID of the secret.
secretVersion This property is required. String
The secret version.
value This property is required. String
The value corresponding to the credential.
vaultId This property is required. String
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. string
Credential Type.
keyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. string
The Vault Key version.
secretId This property is required. string
The OCID of the secret.
secretVersion This property is required. string
The secret version.
value This property is required. string
The value corresponding to the credential.
vaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credential_type This property is required. str
Credential Type.
key_id This property is required. str
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
key_version This property is required. str
The Vault Key version.
secret_id This property is required. str
The OCID of the secret.
secret_version This property is required. str
The secret version.
value This property is required. str
The value corresponding to the credential.
vault_id This property is required. str
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. String
Credential Type.
keyId This property is required. String
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. String
The Vault Key version.
secretId This property is required. String
The OCID of the secret.
secretVersion This property is required. String
The secret version.
value This property is required. String
The value corresponding to the credential.
vaultId This property is required. String
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.

GetFleetCredentialUser

CredentialType This property is required. string
Credential Type.
KeyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
KeyVersion This property is required. string
The Vault Key version.
SecretId This property is required. string
The OCID of the secret.
SecretVersion This property is required. string
The secret version.
Value This property is required. string
The value corresponding to the credential.
VaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
CredentialType This property is required. string
Credential Type.
KeyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
KeyVersion This property is required. string
The Vault Key version.
SecretId This property is required. string
The OCID of the secret.
SecretVersion This property is required. string
The secret version.
Value This property is required. string
The value corresponding to the credential.
VaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. String
Credential Type.
keyId This property is required. String
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. String
The Vault Key version.
secretId This property is required. String
The OCID of the secret.
secretVersion This property is required. String
The secret version.
value This property is required. String
The value corresponding to the credential.
vaultId This property is required. String
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. string
Credential Type.
keyId This property is required. string
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. string
The Vault Key version.
secretId This property is required. string
The OCID of the secret.
secretVersion This property is required. string
The secret version.
value This property is required. string
The value corresponding to the credential.
vaultId This property is required. string
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credential_type This property is required. str
Credential Type.
key_id This property is required. str
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
key_version This property is required. str
The Vault Key version.
secret_id This property is required. str
The OCID of the secret.
secret_version This property is required. str
The secret version.
value This property is required. str
The value corresponding to the credential.
vault_id This property is required. str
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
credentialType This property is required. String
Credential Type.
keyId This property is required. String
OCID for the Vault Key that will be used to encrypt/decrypt the value given.
keyVersion This property is required. String
The Vault Key version.
secretId This property is required. String
The OCID of the secret.
secretVersion This property is required. String
The secret version.
value This property is required. String
The value corresponding to the credential.
vaultId This property is required. String
OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.

GetFleetNotificationPreference

CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
Preferences This property is required. List<GetFleetNotificationPreferencePreference>
Preferences to send notifications on the fleet activities.
TopicId This property is required. string
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
Preferences This property is required. []GetFleetNotificationPreferencePreference
Preferences to send notifications on the fleet activities.
TopicId This property is required. string
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
preferences This property is required. List<GetFleetNotificationPreferencePreference>
Preferences to send notifications on the fleet activities.
topicId This property is required. String
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
compartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
preferences This property is required. GetFleetNotificationPreferencePreference[]
Preferences to send notifications on the fleet activities.
topicId This property is required. string
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
compartment_id This property is required. str
Tenancy Id (Root Compartment Id)for which the rule is created.
preferences This property is required. Sequence[fleetappsmanagement.GetFleetNotificationPreferencePreference]
Preferences to send notifications on the fleet activities.
topic_id This property is required. str
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
preferences This property is required. List<Property Map>
Preferences to send notifications on the fleet activities.
topicId This property is required. String
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.

GetFleetNotificationPreferencePreference

OnJobFailure This property is required. bool
Enables or disables notification on Job Failures.
OnTopologyModification This property is required. bool
Enables or disables notification on Environment Fleet Topology Modification.
OnUpcomingSchedule This property is required. bool
Enables notification on upcoming schedule.
OnJobFailure This property is required. bool
Enables or disables notification on Job Failures.
OnTopologyModification This property is required. bool
Enables or disables notification on Environment Fleet Topology Modification.
OnUpcomingSchedule This property is required. bool
Enables notification on upcoming schedule.
onJobFailure This property is required. Boolean
Enables or disables notification on Job Failures.
onTopologyModification This property is required. Boolean
Enables or disables notification on Environment Fleet Topology Modification.
onUpcomingSchedule This property is required. Boolean
Enables notification on upcoming schedule.
onJobFailure This property is required. boolean
Enables or disables notification on Job Failures.
onTopologyModification This property is required. boolean
Enables or disables notification on Environment Fleet Topology Modification.
onUpcomingSchedule This property is required. boolean
Enables notification on upcoming schedule.
on_job_failure This property is required. bool
Enables or disables notification on Job Failures.
on_topology_modification This property is required. bool
Enables or disables notification on Environment Fleet Topology Modification.
on_upcoming_schedule This property is required. bool
Enables notification on upcoming schedule.
onJobFailure This property is required. Boolean
Enables or disables notification on Job Failures.
onTopologyModification This property is required. Boolean
Enables or disables notification on Environment Fleet Topology Modification.
onUpcomingSchedule This property is required. Boolean
Enables notification on upcoming schedule.

GetFleetRuleSelectionCriteria

MatchCondition This property is required. string
Match condition for the rule selection. Include resources that match all rules or any of the rules.
Rules This property is required. List<GetFleetRuleSelectionCriteriaRule>
Rules.
MatchCondition This property is required. string
Match condition for the rule selection. Include resources that match all rules or any of the rules.
Rules This property is required. []GetFleetRuleSelectionCriteriaRule
Rules.
matchCondition This property is required. String
Match condition for the rule selection. Include resources that match all rules or any of the rules.
rules This property is required. List<GetFleetRuleSelectionCriteriaRule>
Rules.
matchCondition This property is required. string
Match condition for the rule selection. Include resources that match all rules or any of the rules.
rules This property is required. GetFleetRuleSelectionCriteriaRule[]
Rules.
match_condition This property is required. str
Match condition for the rule selection. Include resources that match all rules or any of the rules.
rules This property is required. Sequence[fleetappsmanagement.GetFleetRuleSelectionCriteriaRule]
Rules.
matchCondition This property is required. String
Match condition for the rule selection. Include resources that match all rules or any of the rules.
rules This property is required. List<Property Map>
Rules.

GetFleetRuleSelectionCriteriaRule

Basis This property is required. string
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
Conditions This property is required. List<GetFleetRuleSelectionCriteriaRuleCondition>
Rule Conditions
ResourceCompartmentId This property is required. string
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
Basis This property is required. string
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
CompartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
Conditions This property is required. []GetFleetRuleSelectionCriteriaRuleCondition
Rule Conditions
ResourceCompartmentId This property is required. string
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
basis This property is required. String
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
conditions This property is required. List<GetFleetRuleSelectionCriteriaRuleCondition>
Rule Conditions
resourceCompartmentId This property is required. String
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
basis This property is required. string
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
compartmentId This property is required. string
Tenancy Id (Root Compartment Id)for which the rule is created.
conditions This property is required. GetFleetRuleSelectionCriteriaRuleCondition[]
Rule Conditions
resourceCompartmentId This property is required. string
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
basis This property is required. str
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
compartment_id This property is required. str
Tenancy Id (Root Compartment Id)for which the rule is created.
conditions This property is required. Sequence[fleetappsmanagement.GetFleetRuleSelectionCriteriaRuleCondition]
Rule Conditions
resource_compartment_id This property is required. str
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
basis This property is required. String
Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
compartmentId This property is required. String
Tenancy Id (Root Compartment Id)for which the rule is created.
conditions This property is required. List<Property Map>
Rule Conditions
resourceCompartmentId This property is required. String
The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.

GetFleetRuleSelectionCriteriaRuleCondition

AttrGroup This property is required. string
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
AttrKey This property is required. string
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
AttrValue This property is required. string
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
AttrGroup This property is required. string
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
AttrKey This property is required. string
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
AttrValue This property is required. string
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
attrGroup This property is required. String
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
attrKey This property is required. String
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
attrValue This property is required. String
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
attrGroup This property is required. string
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
attrKey This property is required. string
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
attrValue This property is required. string
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
attr_group This property is required. str
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
attr_key This property is required. str
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
attr_value This property is required. str
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
attrGroup This property is required. String
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
attrKey This property is required. String
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
attrValue This property is required. String
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi