DetachOciCacheUsersDetails¶
-
class
oci.redis.models.
DetachOciCacheUsersDetails
(**kwargs)¶ Bases:
object
OCI cache user details to be detached with a cluster.
Methods
__init__
(**kwargs)Initializes a new DetachOciCacheUsersDetails object with values from keyword arguments. Attributes
oci_cache_users
[Required] Gets the oci_cache_users of this DetachOciCacheUsersDetails. -
__init__
(**kwargs)¶ Initializes a new DetachOciCacheUsersDetails 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 DetachOciCacheUsersDetails.
-
oci_cache_users
¶ [Required] Gets the oci_cache_users of this DetachOciCacheUsersDetails. List of OCI cache user unique IDs (OCIDs).
Returns: The oci_cache_users of this DetachOciCacheUsersDetails. Return type: list[str]
-