Provides update to app of which sets of functions are available
@since SDL 2.0
Describes change in permissions for a given set of RPCs
Required, Array of SDLPermissionItem, Array size 0 - 500
@property (nonatomic, strong) NSArray<SDLPermissionItem *> *_Nonnull permissionItem;
var permissionItem: [SDLPermissionItem] { get set }
Describes whether or not the app needs the encryption permission
Optional, Boolean, since SDL 6.0
@property (nonatomic, strong, nullable) NSNumber<SDLBool> *requireEncryption;
var requireEncryption: (NSNumber & SDLBool)? { get set }