Data Source: oci_redis_oci_cache_user
This data source provides details about a specific Oci Cache User resource in Oracle Cloud Infrastructure Redis service.
Get an existing Oracle Cloud Infrastructure Cache users based on the ID (OCID).
Example Usage
data "oci_redis_oci_cache_user" "test_oci_cache_user" {
#Required
oci_cache_user_id = oci_redis_oci_cache_user.test_oci_cache_user.id
}
Argument Reference
The following arguments are supported:
oci_cache_user_id
- (Required) A filter to return only resources, that match with the given Oracle Cloud Infrastructure cache user ID (OCID).
Attributes Reference
The following attributes are exported:
acl_string
- ACL string of Oracle Cloud Infrastructure cache user.authentication_mode
- These are the Authentication details of an Oracle Cloud Infrastructure cache user.authentication_type
- This is Authentication Type of Oracle Cloud Infrastructure cache userhashed_passwords
- SHA-256 hashed passwords for Oracle Cloud Infrastructure Cache user,required if authenticationType is set to PASSWORD.
compartment_id
- Oracle Cloud Infrastructure Cache user compartment ID.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- Description of Oracle Cloud Infrastructure cache user.freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- Oracle Cloud Infrastructure Cache user unique ID.name
- Oracle Cloud Infrastructure Cache user name.state
- Oracle Cloud Infrastructure Cache user lifecycle state.status
- Oracle Cloud Infrastructure Cache user status. ON enables and OFF disables the Oracle Cloud Infrastructure cache user to login to the cluster.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The date and time, when the Oracle Cloud Infrastructure cache user was created.time_updated
- The date and time, when the Oracle Cloud Infrastructure cache user was updated.