Class OciCacheUserCollection
A list of OCI cache users that match filter criteria, if any.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class OciCacheUserCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OciCacheUserSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<OciCacheUserSummary> | A collection of OCI Cache users. |
Remarks
Required