AttachedOciCacheUser¶
-
class
oci.redis.models.
AttachedOciCacheUser
(**kwargs)¶ Bases:
object
OciCacheUser attached to the OciCacheCluster.
Methods
__init__
(**kwargs)Initializes a new AttachedOciCacheUser object with values from keyword arguments. Attributes
oci_cache_user_id
[Required] Gets the oci_cache_user_id of this AttachedOciCacheUser. -
__init__
(**kwargs)¶ Initializes a new AttachedOciCacheUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: oci_cache_user_id (str) – The value to assign to the oci_cache_user_id property of this AttachedOciCacheUser.
-
oci_cache_user_id
¶ [Required] Gets the oci_cache_user_id of this AttachedOciCacheUser. OCID of the OciCacheUser
Returns: The oci_cache_user_id of this AttachedOciCacheUser. Return type: str
-