Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.FleetAppsManagement.getFleet
Explore with Pulumi AI
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,
});
import pulumi
import pulumi_oci as oci
test_fleet = oci.FleetAppsManagement.get_fleet(fleet_id=test_fleet_oci_fleet_apps_management_fleet["id"])
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
	})
}
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,
    });
});
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());
    }
}
variables:
  testFleet:
    fn::invoke:
      function: oci:FleetAppsManagement:getFleet
      arguments:
        fleetId: ${testFleetOciFleetAppsManagementFleet.id}
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>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]func GetFleet(ctx *Context, args *GetFleetArgs, opts ...InvokeOption) (*GetFleetResult, error)
func GetFleetOutput(ctx *Context, args *GetFleetOutputArgs, opts ...InvokeOption) GetFleetResultOutput> 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)
}public static CompletableFuture<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
public static Output<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
fn::invoke:
  function: oci:FleetAppsManagement/getFleet:getFleet
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FleetId string
- Unique Fleet identifier.
- FleetId string
- Unique Fleet identifier.
- fleetId String
- Unique Fleet identifier.
- fleetId string
- Unique Fleet identifier.
- fleet_id str
- Unique Fleet identifier.
- fleetId 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<GetFleet Credential> 
- Credentials associated with the Fleet.
- 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
- 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.
- IsTarget boolAuto Confirm 
- 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<GetFleet Notification Preference> 
- Notification information to get notified when the fleet status changes.
- Products List<string>
- Products associated with the Fleet.
- ResourceRegion string
- Associated region
- ResourceSelection stringType 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- RuleSelection List<GetCriterias Fleet Rule Selection Criteria> 
- 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.
- 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
[]GetFleet Credential Type 
- Credentials associated with the Fleet.
- 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
- 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.
- IsTarget boolAuto Confirm 
- 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 []GetFleet Notification Preference 
- Notification information to get notified when the fleet status changes.
- Products []string
- Products associated with the Fleet.
- ResourceRegion string
- Associated region
- ResourceSelection stringType 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- RuleSelection []GetCriterias Fleet Rule Selection Criteria 
- 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.
- 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<GetFleet Credential> 
- Credentials associated with the Fleet.
- 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
- 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.
- isTarget BooleanAuto Confirm 
- 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<GetFleet Notification Preference> 
- Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resourceRegion String
- Associated region
- resourceSelection StringType 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- ruleSelection List<GetCriterias Fleet Rule Selection Criteria> 
- 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.
- 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
GetFleet Credential[] 
- Credentials associated with the Fleet.
- {[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
- {[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.
- isTarget booleanAuto Confirm 
- 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 GetFleet Notification Preference[] 
- Notification information to get notified when the fleet status changes.
- products string[]
- Products associated with the Fleet.
- resourceRegion string
- Associated region
- resourceSelection stringType 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- ruleSelection GetCriterias Fleet Rule Selection Criteria[] 
- 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.
- {[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.Get Fleet Credential] 
- Credentials associated with the Fleet.
- 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
- 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_ boolauto_ confirm 
- 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.Get Fleet Notification Preference] 
- 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_ strtype 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule_selection_ Sequence[fleetappsmanagement.criterias Get Fleet Rule Selection Criteria] 
- 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.
- 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.
- 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
- 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.
- isTarget BooleanAuto Confirm 
- 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
- resourceSelection StringType 
- Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- ruleSelection List<Property Map>Criterias 
- 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.
- 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 string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- EntitySpecifics List<GetFleet Credential Entity Specific> 
- Credential specific Details.
- Passwords
List<GetFleet Credential Password> 
- Credential Details.
- Users
List<GetFleet Credential User> 
- Credential Details.
- CompartmentId string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- EntitySpecifics []GetFleet Credential Entity Specific 
- Credential specific Details.
- Passwords
[]GetFleet Credential Password 
- Credential Details.
- Users
[]GetFleet Credential User 
- Credential Details.
- compartmentId String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- entitySpecifics List<GetFleet Credential Entity Specific> 
- Credential specific Details.
- passwords
List<GetFleet Credential Password> 
- Credential Details.
- users
List<GetFleet Credential User> 
- Credential Details.
- compartmentId string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- entitySpecifics GetFleet Credential Entity Specific[] 
- Credential specific Details.
- passwords
GetFleet Credential Password[] 
- Credential Details.
- users
GetFleet Credential User[] 
- Credential Details.
- compartment_id str
- Tenancy Id (Root Compartment Id)for which the rule is created.
- 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
- entity_specifics Sequence[fleetappsmanagement.Get Fleet Credential Entity Specific] 
- Credential specific Details.
- passwords
Sequence[fleetappsmanagement.Get Fleet Credential Password] 
- Credential Details.
- users
Sequence[fleetappsmanagement.Get Fleet Credential User] 
- Credential Details.
- compartmentId String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- entitySpecifics List<Property Map>
- Credential specific Details.
- passwords List<Property Map>
- Credential Details.
- users List<Property Map>
- Credential Details.
GetFleetCredentialEntitySpecific    
- CredentialLevel string
- At what level the credential is provided?
- ResourceId string
- OCID of the resource associated with the target for which the credential is created.
- Target string
- Target name for which the credential is provided.
- Variables
List<GetFleet Credential Entity Specific Variable> 
- List of fleet credential variables.
- CredentialLevel string
- At what level the credential is provided?
- ResourceId string
- OCID of the resource associated with the target for which the credential is created.
- Target string
- Target name for which the credential is provided.
- Variables
[]GetFleet Credential Entity Specific Variable 
- List of fleet credential variables.
- credentialLevel String
- At what level the credential is provided?
- resourceId String
- OCID of the resource associated with the target for which the credential is created.
- target String
- Target name for which the credential is provided.
- variables
List<GetFleet Credential Entity Specific Variable> 
- List of fleet credential variables.
- credentialLevel string
- At what level the credential is provided?
- resourceId string
- OCID of the resource associated with the target for which the credential is created.
- target string
- Target name for which the credential is provided.
- variables
GetFleet Credential Entity Specific Variable[] 
- List of fleet credential variables.
- credential_level str
- At what level the credential is provided?
- resource_id str
- OCID of the resource associated with the target for which the credential is created.
- target str
- Target name for which the credential is provided.
- variables
Sequence[fleetappsmanagement.Get Fleet Credential Entity Specific Variable] 
- List of fleet credential variables.
- credentialLevel String
- At what level the credential is provided?
- resourceId String
- OCID of the resource associated with the target for which the credential is created.
- target String
- Target name for which the credential is provided.
- variables List<Property Map>
- List of fleet credential variables.
GetFleetCredentialEntitySpecificVariable     
GetFleetCredentialPassword   
- CredentialType string
- Credential Type.
- KeyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- KeyVersion string
- The Vault Key version.
- SecretId string
- The OCID of the secret.
- SecretVersion string
- The secret version.
- Value string
- The value corresponding to the credential.
- VaultId string
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- CredentialType string
- Credential Type.
- KeyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- KeyVersion string
- The Vault Key version.
- SecretId string
- The OCID of the secret.
- SecretVersion string
- The secret version.
- Value string
- The value corresponding to the credential.
- VaultId string
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credentialType String
- Credential Type.
- keyId String
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion String
- The Vault Key version.
- secretId String
- The OCID of the secret.
- secretVersion String
- The secret version.
- value String
- The value corresponding to the credential.
- vaultId String
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credentialType string
- Credential Type.
- keyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion string
- The Vault Key version.
- secretId string
- The OCID of the secret.
- secretVersion string
- The secret version.
- value string
- The value corresponding to the credential.
- vaultId 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.
- credentialType String
- Credential Type.
- keyId String
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion String
- The Vault Key version.
- secretId String
- The OCID of the secret.
- secretVersion String
- The secret version.
- value String
- The value corresponding to the credential.
- vaultId String
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
GetFleetCredentialUser   
- CredentialType string
- Credential Type.
- KeyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- KeyVersion string
- The Vault Key version.
- SecretId string
- The OCID of the secret.
- SecretVersion string
- The secret version.
- Value string
- The value corresponding to the credential.
- VaultId string
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- CredentialType string
- Credential Type.
- KeyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- KeyVersion string
- The Vault Key version.
- SecretId string
- The OCID of the secret.
- SecretVersion string
- The secret version.
- Value string
- The value corresponding to the credential.
- VaultId string
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credentialType String
- Credential Type.
- keyId String
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion String
- The Vault Key version.
- secretId String
- The OCID of the secret.
- secretVersion String
- The secret version.
- value String
- The value corresponding to the credential.
- vaultId String
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credentialType string
- Credential Type.
- keyId string
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion string
- The Vault Key version.
- secretId string
- The OCID of the secret.
- secretVersion string
- The secret version.
- value string
- The value corresponding to the credential.
- vaultId 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.
- credentialType String
- Credential Type.
- keyId String
- OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- keyVersion String
- The Vault Key version.
- secretId String
- The OCID of the secret.
- secretVersion String
- The secret version.
- value String
- The value corresponding to the credential.
- vaultId String
- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
GetFleetNotificationPreference   
- CompartmentId string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- Preferences
List<GetFleet Notification Preference Preference> 
- Preferences to send notifications on the fleet activities.
- TopicId string
- Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- CompartmentId string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- Preferences
[]GetFleet Notification Preference Preference 
- Preferences to send notifications on the fleet activities.
- TopicId string
- Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- compartmentId String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences
List<GetFleet Notification Preference Preference> 
- Preferences to send notifications on the fleet activities.
- topicId String
- Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- compartmentId string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences
GetFleet Notification Preference Preference[] 
- Preferences to send notifications on the fleet activities.
- topicId 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 str
- Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences
Sequence[fleetappsmanagement.Get Fleet Notification Preference Preference] 
- Preferences to send notifications on the fleet activities.
- topic_id str
- Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- compartmentId String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences List<Property Map>
- Preferences to send notifications on the fleet activities.
- topicId String
- Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
GetFleetNotificationPreferencePreference    
- OnJob boolFailure 
- Enables or disables notification on Job Failures.
- OnTopology boolModification 
- Enables or disables notification on Environment Fleet Topology Modification.
- OnUpcoming boolSchedule 
- Enables notification on upcoming schedule.
- OnJob boolFailure 
- Enables or disables notification on Job Failures.
- OnTopology boolModification 
- Enables or disables notification on Environment Fleet Topology Modification.
- OnUpcoming boolSchedule 
- Enables notification on upcoming schedule.
- onJob BooleanFailure 
- Enables or disables notification on Job Failures.
- onTopology BooleanModification 
- Enables or disables notification on Environment Fleet Topology Modification.
- onUpcoming BooleanSchedule 
- Enables notification on upcoming schedule.
- onJob booleanFailure 
- Enables or disables notification on Job Failures.
- onTopology booleanModification 
- Enables or disables notification on Environment Fleet Topology Modification.
- onUpcoming booleanSchedule 
- Enables notification on upcoming schedule.
- on_job_ boolfailure 
- Enables or disables notification on Job Failures.
- on_topology_ boolmodification 
- Enables or disables notification on Environment Fleet Topology Modification.
- on_upcoming_ boolschedule 
- Enables notification on upcoming schedule.
- onJob BooleanFailure 
- Enables or disables notification on Job Failures.
- onTopology BooleanModification 
- Enables or disables notification on Environment Fleet Topology Modification.
- onUpcoming BooleanSchedule 
- Enables notification on upcoming schedule.
GetFleetRuleSelectionCriteria    
- MatchCondition string
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
List<GetFleet Rule Selection Criteria Rule> 
- Rules.
- MatchCondition string
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
[]GetFleet Rule Selection Criteria Rule 
- Rules.
- matchCondition String
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
List<GetFleet Rule Selection Criteria Rule> 
- Rules.
- matchCondition string
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
GetFleet Rule Selection Criteria Rule[] 
- Rules.
- match_condition str
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
Sequence[fleetappsmanagement.Get Fleet Rule Selection Criteria Rule] 
- Rules.
- matchCondition String
- Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules List<Property Map>
- Rules.
GetFleetRuleSelectionCriteriaRule     
- Basis 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 string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
List<GetFleet Rule Selection Criteria Rule Condition> 
- Rule Conditions
- ResourceCompartment stringId 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- Basis 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 string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
[]GetFleet Rule Selection Criteria Rule Condition 
- Rule Conditions
- ResourceCompartment stringId 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis 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 String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
List<GetFleet Rule Selection Criteria Rule Condition> 
- Rule Conditions
- resourceCompartment StringId 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis 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 string
- Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
GetFleet Rule Selection Criteria Rule Condition[] 
- Rule Conditions
- resourceCompartment stringId 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis 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 str
- Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
Sequence[fleetappsmanagement.Get Fleet Rule Selection Criteria Rule Condition] 
- Rule Conditions
- resource_compartment_ strid 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis 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 String
- Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions List<Property Map>
- Rule Conditions
- resourceCompartment StringId 
- The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
GetFleetRuleSelectionCriteriaRuleCondition      
- AttrGroup 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ociTerraform Provider.