Resource Sharing
resource_sharing
Methods
Lists all account shares.
Fetches share by ID.
Creates a new resource share for sharing Cloudflare resources with other accounts or organizations.
Updating is not immediate, an updated share object with a new status will be returned.
Deletion is not immediate, an updated share object with a new status will be returned.
Recipients
resource_sharing.recipients
Methods
List share recipients by share ID.
Get share recipient by ID.
Adds a recipient to a resource share, granting them access to the shared resources.
Deletion is not immediate, an updated share recipient object with a new status will be returned.
Resources
resource_sharing.resources
Methods
List share resources by share ID.
Get share resource by ID.
Adds a resource to an existing share, making it available to share recipients.
Update is not immediate, an updated share resource object with a new status will be returned.
Deletion is not immediate, an updated share resource object with a new status will be returned.