SimpleMDM-Swift Documentation

Protocol Listable​Resource

public protocol ListableResource: GettableResource  

A protocol describing resource types that we can get a list of.

%155 ListableResource ListableResource GettableResource GettableResource ListableResource->GettableResource Device.CustomAttributeValue Device.CustomAttributeValue Device.CustomAttributeValue->ListableResource FetchableListableResource FetchableListableResource FetchableListableResource->ListableResource App.ManagedConfig App.ManagedConfig App.ManagedConfig->ListableResource

Conforms To

GettableResource

Types Conforming to Listable​Resource

Device.CustomAttributeValue

A custom attribute value assigned to a device.

App.ManagedConfig

A managed app configuration (a key-value pair) associated with an App.

FetchableListableResource

A protocol describing resource types that we can get a list of and that can be fetched from the API independently of another resource.