---
title: CKSharingParticipantPermissionOption
framework: cloudkit
role: symbol
role_heading: Structure
path: cloudkit/cksharingparticipantpermissionoption
---

# CKSharingParticipantPermissionOption

An object that controls participant permission options.

## Declaration

```swift
struct CKSharingParticipantPermissionOption
```

## Topics

### Creating an access option

- [init(rawValue:)](cloudkit/cksharingparticipantpermissionoption/init(rawvalue:).md)

### Configuring the options

- [any](cloudkit/cksharingparticipantpermissionoption/any.md)
- [readOnly](cloudkit/cksharingparticipantpermissionoption/readonly.md)
- [readWrite](cloudkit/cksharingparticipantpermissionoption/readwrite.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Configuring the options

- [allowedParticipantAccessOptions](cloudkit/ckallowedsharingoptions/allowedparticipantaccessoptions.md)
- [allowedParticipantPermissionOptions](cloudkit/ckallowedsharingoptions/allowedparticipantpermissionoptions.md)
- [CKSharingParticipantAccessOption](cloudkit/cksharingparticipantaccessoption.md)
