<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICloudSharingController/PermissionOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICloudSharingPermissionOptions"
  },
  "title" : "UICloudSharingController.PermissionOptions"
}
-->

# UICloudSharingController.PermissionOptions

A set of options that determine the permission options available to the user when viewing the Cloud sharing controller screens.

```
struct PermissionOptions
```

## Overview

These options are used when setting the [`availablePermissions`](/documentation/UIKit/UICloudSharingController/availablePermissions) property on the [`UICloudSharingController`](/documentation/UIKit/UICloudSharingController) instance. This property determines which permission options are presented to the user in the controller’s user interface.

## Topics

### Constants

[`UICloudSharingPermissionStandard`](/documentation/UIKit/UICloudSharingPermissionOptions/UICloudSharingPermissionStandard)

The option that makes all user options available.

[`allowPublic`](/documentation/UIKit/UICloudSharingController/PermissionOptions/allowPublic)

The option that grants access to anyone who has the share link.

[`allowPrivate`](/documentation/UIKit/UICloudSharingController/PermissionOptions/allowPrivate)

The option that restricts access to people who have been invited.

[`allowReadOnly`](/documentation/UIKit/UICloudSharingController/PermissionOptions/allowReadOnly)

The option that gives participants read-only permission to the shared data.

[`allowReadWrite`](/documentation/UIKit/UICloudSharingController/PermissionOptions/allowReadWrite)

The option that gives participants read/write permission to the shared data.

### Initializers

[`init(rawValue:)`](/documentation/UIKit/UICloudSharingController/PermissionOptions/init(rawValue:))

Creates a new permission option set with the given raw integer value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)