MetadataSupport Class

Support information for the content item.

All required parameters must be populated in order to send to Azure.

Inheritance
MetadataSupport

Constructor

MetadataSupport(*, tier: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.SupportTier], name: Optional[str] = None, email: Optional[str] = None, link: Optional[str] = None, **kwargs)

Variables

tier
str or SupportTier

Required. Type of support for content item. Possible values include: "Microsoft", "Partner", "Community".

name
str

Name of the support contact. Company or person.

email
str

Email of support contact.

link
str

Link for support help, like to support page to open a ticket etc.