AttachOciCacheUsersDetails¶
-
class
oci.redis.models.
AttachOciCacheUsersDetails
(**kwargs)¶ Bases:
object
OCI cache user details to be attached with a cluster.
Methods
__init__
(**kwargs)Initializes a new AttachOciCacheUsersDetails object with values from keyword arguments. Attributes
oci_cache_users
[Required] Gets the oci_cache_users of this AttachOciCacheUsersDetails. -
__init__
(**kwargs)¶ Initializes a new AttachOciCacheUsersDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: oci_cache_users (list[str]) – The value to assign to the oci_cache_users property of this AttachOciCacheUsersDetails.
-
oci_cache_users
¶ [Required] Gets the oci_cache_users of this AttachOciCacheUsersDetails. List of OCI cache user unique IDs (OCIDs).
Returns: The oci_cache_users of this AttachOciCacheUsersDetails. Return type: list[str]
-