Data Source: oci_fleet_apps_management_fleet_credential
This data source provides details about a specific Fleet Credential resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets a fleet credential by identifier.
Example Usage
data "oci_fleet_apps_management_fleet_credential" "test_fleet_credential" {
#Required
fleet_credential_id = oci_fleet_apps_management_fleet_credential.test_fleet_credential.id
fleet_id = oci_fleet_apps_management_fleet.test_fleet.id
}
Argument Reference
The following arguments are supported:
fleet_credential_id- (Required) unique FleetCredential identifierfleet_id- (Required) Unique Fleet identifier.
Attributes Reference
The following attributes are exported:
compartment_id- Compartment OCIDdisplay_name- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example:My new resourceentity_specifics- Credential specific Details.credential_level- At what level the credential is provided?resource_id- OCID of the resource associated with the target for which the credential is created.target- Target name for which the credential is provided.variables- List of fleet credential variables.name- Name of the variable.value- The value corresponding to the variable name.
id- The unique id of the resource.lifecycle_details- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.password- Credential Details.credential_type- Credential Type.key_id- OCID for the Vault Key that will be used to encrypt/decrypt the value given.key_version- The Vault Key version.secret_id- The OCID of the secret.secret_version- The secret version.value- The value corresponding to the credential.vault_id- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
state- The current state of the FleetCredential.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The time this resource was created. An RFC3339 formatted datetime string.time_updated- The time this resource was last updated. An RFC3339 formatted datetime string.user- Credential Details.credential_type- Credential Type.key_id- OCID for the Vault Key that will be used to encrypt/decrypt the value given.key_version- The Vault Key version.secret_id- The OCID of the secret.secret_version- The secret version.value- The value corresponding to the credential.vault_id- OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.