SharingProfile Class

Profile for gallery sharing to subscription or tenant.

Constructor

SharingProfile()

Variables

Name Description
permissions
Union[str, <xref:"GallerySharingPermissionTypes">]

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.. Known values are: "Private", "Groups", and "Community".

groups
list[<xref:"SharingProfileGroup">]

A list of sharing profile groups.

community_gallery_info
<xref:<xref:"CommunityGalleryInfo">>

Information of community gallery if current gallery is shared to community.

Attributes

communityGalleryInfo

Information of community gallery if current gallery is shared to community.

communityGalleryInfo: CommunityGalleryInfo

groups

A list of sharing profile groups.

groups: list['SharingProfileGroup']

permissions

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.. Known values are: "Private", "Groups", and "Community".

permissions: str | GallerySharingPermissionTypes