Module types/input
APIs
APIs
interface ProjectSharedWithGroup
interface ProjectSharedWithGroupproperty groupAccessLevel
groupAccessLevel: pulumi.Input<string>;Group’s sharing permissions. See [group members permission][groupMembersPermissions] for more info.
Valid values are guest, reporter, developer, master.
property groupId
groupId: pulumi.Input<number>;Group id of the group you want to share the project with.
property groupName
groupName?: pulumi.Input<string>;Group’s name.