SharingProfileGroup Class
Group of the gallery sharing profile.
Constructor
SharingProfileGroup(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants.. Known values are: "Subscriptions" and "AADTenants". |
|
ids
|
A list of subscription/tenant ids the gallery is aimed to be shared to. |
Attributes
ids
A list of subscription/tenant ids the gallery is aimed to be shared to.
ids: list[str] | None
type
This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants.. Known values are: "Subscriptions" and "AADTenants".
type: str | _models.SharingProfileGroupTypes | None