Data Source: oci_management_agent_management_agent_install_key
This data source provides details about a specific Management Agent Install Key resource in Oracle Cloud Infrastructure Management Agent service.
Gets complete details of the Agent install Key for a given key id
Example Usage
data "oci_management_agent_management_agent_install_key" "test_management_agent_install_key" {
#Required
management_agent_install_key_id = oci_management_agent_management_agent_install_key.test_management_agent_install_key.id
}
Argument Reference
The following arguments are supported:
management_agent_install_key_id
- (Required) Unique Management Agent Install Key identifier
Attributes Reference
The following attributes are exported:
allowed_key_install_count
- Total number of install for this keyscompartment_id
- Compartment Identifiercreated_by_principal_id
- Principal id of user who created the Agent Install keycurrent_key_install_count
- Total number of install for this keysdisplay_name
- Management Agent Install Key Nameid
- Agent install Key identifieris_unlimited
- If set to true, the install key has no expiration date or usage limit. Properties allowedKeyInstallCount and timeExpires are ignored if set to true. Defaults to false.key
- Management Agent Install Keylifecycle_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.state
- Status of Keytime_created
- The time when Management Agent install Key was created. An RFC3339 formatted date time stringtime_expires
- date after which key would expire after creationtime_updated
- The time when Management Agent install Key was updated. An RFC3339 formatted date time string