Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for finding Content belong to a Group #336

Open
tdstein opened this issue Nov 14, 2024 · 0 comments
Open

Add support for finding Content belong to a Group #336

tdstein opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request sdk Used for automation

Comments

@tdstein
Copy link
Collaborator

tdstein commented Nov 14, 2024

Add support for retrieving Content for a Group. This is supported via the v1/experimental/groups/:group_guid/content API. See https://docs.posit.co/connect/cookbook/content-access-controls/auditing-group-access-to-content/

This should be implemented as an attribute off of the Group resource and resemble the following pseudo-code:

from posit import connect

client = connect.Client()
group = client.groups.find_by(name="example-group")
assert group
content: List[Content] = group.content
@github-actions github-actions bot added the sdk Used for automation label Nov 14, 2024
@tdstein tdstein changed the title Add Add support for finding Content belong to a Group Nov 14, 2024
@tdstein tdstein added the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sdk Used for automation
Projects
None yet
Development

No branches or pull requests

1 participant