Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 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 dictionary
The following arguments are supported:
- Fleet
Id This property is required. string - Unique Fleet identifier.
- Fleet
Id This property is required. string - Unique Fleet identifier.
- fleet
Id This property is required. String - Unique Fleet identifier.
- fleet
Id This property is required. string - Unique Fleet identifier.
- fleet_
id This property is required. str - Unique Fleet identifier.
- fleet
Id This property is required. String - Unique Fleet identifier.
getFleet Result
The following output properties are available:
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Credentials
List<Get
Fleet 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Fleet
Id string - Fleet
Type 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"}
- Group
Type string - Group Type associated with Group Fleet. Applicable for GROUP fleet types.
- Id string
- 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 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.
- Notification
Preferences List<GetFleet Notification Preference> - Notification information to get notified when the fleet status changes.
- Products List<string>
- Products associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection 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"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Credentials
[]Get
Fleet 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Fleet
Id string - Fleet
Type 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"}
- Group
Type string - Group Type associated with Group Fleet. Applicable for GROUP fleet types.
- Id string
- 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 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.
- Notification
Preferences []GetFleet Notification Preference - Notification information to get notified when the fleet status changes.
- Products []string
- Products associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection []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"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id String - Tenancy Id (Root Compartment Id)for which the rule is created.
- credentials
List<Get
Fleet 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Id String - fleet
Type 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"}
- group
Type String - Group Type associated with Group Fleet. Applicable for GROUP fleet types.
- id String
- The OCID of the resource.
- is
Target 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.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences List<GetFleet Notification Preference> - Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection 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"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type string - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id string - Tenancy Id (Root Compartment Id)for which the rule is created.
- credentials
Get
Fleet 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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Id string - fleet
Type 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"}
- group
Type string - Group Type associated with Group Fleet. Applicable for GROUP fleet types.
- id string
- The OCID of the resource.
- is
Target 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.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences GetFleet Notification Preference[] - Notification information to get notified when the fleet status changes.
- products string[]
- Products associated with the Fleet.
- resource
Region string - Associated region
- resource
Selection stringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection 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"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- 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.
- application
Type String - Product stack associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- compartment
Id 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- fleet
Id String - fleet
Type 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"}
- group
Type String - Group Type associated with Group Fleet. Applicable for GROUP fleet types.
- id String
- The OCID of the resource.
- is
Target 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.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences List<Property Map> - Notification information to get notified when the fleet status changes.
- products List<String>
- Products associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection 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"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
GetFleetCredential
- Compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Display
Name 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
- Entity
Specifics This property is required. List<GetFleet Credential Entity Specific> - Credential specific Details.
- Passwords
This property is required. List<GetFleet Credential Password> - Credential Details.
- Users
This property is required. List<GetFleet Credential User> - Credential Details.
- Compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Display
Name 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
- Entity
Specifics This property is required. []GetFleet Credential Entity Specific - Credential specific Details.
- Passwords
This property is required. []GetFleet Credential Password - Credential Details.
- Users
This property is required. []GetFleet Credential User - Credential Details.
- compartment
Id This property is required. String - Tenancy Id (Root Compartment Id)for which the rule is created.
- display
Name 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
- entity
Specifics This property is required. List<GetFleet Credential Entity Specific> - Credential specific Details.
- passwords
This property is required. List<GetFleet Credential Password> - Credential Details.
- users
This property is required. List<GetFleet Credential User> - Credential Details.
- compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- display
Name 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
- entity
Specifics This property is required. GetFleet Credential Entity Specific[] - Credential specific Details.
- passwords
This property is required. GetFleet Credential Password[] - Credential Details.
- users
This property is required. GetFleet Credential User[] - 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.Get Fleet Credential Entity Specific] - Credential specific Details.
- passwords
This property is required. Sequence[fleetappsmanagement.Get Fleet Credential Password] - Credential Details.
- users
This property is required. Sequence[fleetappsmanagement.Get Fleet Credential User] - Credential Details.
- compartment
Id This property is required. String - Tenancy Id (Root Compartment Id)for which the rule is created.
- display
Name 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
- entity
Specifics 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
- Credential
Level This property is required. string - At what level the credential is provided?
- Resource
Id 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<GetFleet Credential Entity Specific Variable> - List of fleet credential variables.
- Credential
Level This property is required. string - At what level the credential is provided?
- Resource
Id 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. []GetFleet Credential Entity Specific Variable - List of fleet credential variables.
- credential
Level This property is required. String - At what level the credential is provided?
- resource
Id 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<GetFleet Credential Entity Specific Variable> - List of fleet credential variables.
- credential
Level This property is required. string - At what level the credential is provided?
- resource
Id 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. GetFleet Credential Entity Specific Variable[] - 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.Get Fleet Credential Entity Specific Variable] - List of fleet credential variables.
- credential
Level This property is required. String - At what level the credential is provided?
- resource
Id 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
GetFleetCredentialPassword
- Credential
Type This property is required. string - Credential Type.
- Key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version This property is required. string - The Vault Key version.
- Secret
Id This property is required. string - The OCID of the secret.
- Secret
Version This property is required. string - The secret version.
- Value
This property is required. string - The value corresponding to the credential.
- Vault
Id 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. string - Credential Type.
- Key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version This property is required. string - The Vault Key version.
- Secret
Id This property is required. string - The OCID of the secret.
- Secret
Version This property is required. string - The secret version.
- Value
This property is required. string - The value corresponding to the credential.
- Vault
Id 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. String - Credential Type.
- key
Id This property is required. String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. String - The Vault Key version.
- secret
Id This property is required. String - The OCID of the secret.
- secret
Version This property is required. String - The secret version.
- value
This property is required. String - The value corresponding to the credential.
- vault
Id 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. string - Credential Type.
- key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. string - The Vault Key version.
- secret
Id This property is required. string - The OCID of the secret.
- secret
Version This property is required. string - The secret version.
- value
This property is required. string - The value corresponding to the credential.
- vault
Id 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.
- credential
Type This property is required. String - Credential Type.
- key
Id This property is required. String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. String - The Vault Key version.
- secret
Id This property is required. String - The OCID of the secret.
- secret
Version This property is required. String - The secret version.
- value
This property is required. String - The value corresponding to the credential.
- vault
Id This property is required. String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
GetFleetCredentialUser
- Credential
Type This property is required. string - Credential Type.
- Key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version This property is required. string - The Vault Key version.
- Secret
Id This property is required. string - The OCID of the secret.
- Secret
Version This property is required. string - The secret version.
- Value
This property is required. string - The value corresponding to the credential.
- Vault
Id 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. string - Credential Type.
- Key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version This property is required. string - The Vault Key version.
- Secret
Id This property is required. string - The OCID of the secret.
- Secret
Version This property is required. string - The secret version.
- Value
This property is required. string - The value corresponding to the credential.
- Vault
Id 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. String - Credential Type.
- key
Id This property is required. String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. String - The Vault Key version.
- secret
Id This property is required. String - The OCID of the secret.
- secret
Version This property is required. String - The secret version.
- value
This property is required. String - The value corresponding to the credential.
- vault
Id 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. string - Credential Type.
- key
Id This property is required. string - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. string - The Vault Key version.
- secret
Id This property is required. string - The OCID of the secret.
- secret
Version This property is required. string - The secret version.
- value
This property is required. string - The value corresponding to the credential.
- vault
Id 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.
- credential
Type This property is required. String - Credential Type.
- key
Id This property is required. String - OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version This property is required. String - The Vault Key version.
- secret
Id This property is required. String - The OCID of the secret.
- secret
Version This property is required. String - The secret version.
- value
This property is required. String - The value corresponding to the credential.
- vault
Id This property is required. String - OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
GetFleetNotificationPreference
- Compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Preferences
This property is required. List<GetFleet Notification Preference Preference> - Preferences to send notifications on the fleet activities.
- Topic
Id 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. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Preferences
This property is required. []GetFleet Notification Preference Preference - Preferences to send notifications on the fleet activities.
- Topic
Id 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. String - Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences
This property is required. List<GetFleet Notification Preference Preference> - Preferences to send notifications on the fleet activities.
- topic
Id 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. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- preferences
This property is required. GetFleet Notification Preference Preference[] - Preferences to send notifications on the fleet activities.
- topic
Id 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.Get Fleet Notification Preference Preference] - 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.
- compartment
Id 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.
- topic
Id 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
- 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.
- 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.
- on
Job Failure This property is required. Boolean - Enables or disables notification on Job Failures.
- on
Topology Modification This property is required. Boolean - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming Schedule This property is required. Boolean - Enables notification on upcoming schedule.
- on
Job Failure This property is required. boolean - Enables or disables notification on Job Failures.
- on
Topology Modification This property is required. boolean - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming Schedule 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.
- on
Job Failure This property is required. Boolean - Enables or disables notification on Job Failures.
- on
Topology Modification This property is required. Boolean - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming Schedule This property is required. Boolean - Enables notification on upcoming schedule.
GetFleetRuleSelectionCriteria
- Match
Condition 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<GetFleet Rule Selection Criteria Rule> - Rules.
- Match
Condition 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. []GetFleet Rule Selection Criteria Rule - Rules.
- match
Condition 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<GetFleet Rule Selection Criteria Rule> - Rules.
- match
Condition 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. GetFleet Rule Selection Criteria Rule[] - 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.Get Fleet Rule Selection Criteria Rule] - Rules.
- match
Condition 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'
- Compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
This property is required. List<GetFleet Rule Selection Criteria Rule Condition> - Rule Conditions
- Resource
Compartment Id 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'
- Compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- Conditions
This property is required. []GetFleet Rule Selection Criteria Rule Condition - Rule Conditions
- Resource
Compartment Id 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'
- compartment
Id This property is required. String - Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
This property is required. List<GetFleet Rule Selection Criteria Rule Condition> - Rule Conditions
- resource
Compartment Id 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'
- compartment
Id This property is required. string - Tenancy Id (Root Compartment Id)for which the rule is created.
- conditions
This property is required. GetFleet Rule Selection Criteria Rule Condition[] - Rule Conditions
- resource
Compartment Id 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.Get Fleet Rule Selection Criteria Rule Condition] - 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'
- compartment
Id 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
- resource
Compartment Id This property is required. String - The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
GetFleetRuleSelectionCriteriaRuleCondition
- Attr
Group 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.
- Attr
Key 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.
- Attr
Value 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. 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.
- Attr
Key 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.
- Attr
Value 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. 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.
- attr
Key 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.
- attr
Value 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. 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.
- attr
Key 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.
- attr
Value 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.
- attr
Group 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.
- attr
Key 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.
- attr
Value 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.