Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingLink
Packages that use MicrosoftGraphSharingLink
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSharingLink in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSharingLinkModifier and TypeMethodDescriptionMicrosoftGraphPermission.link()Get the link property: sharingLink.MicrosoftGraphSharingLink.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharingLink.MicrosoftGraphSharingLink.withApplication(MicrosoftGraphIdentity application) Set the application property: identity.MicrosoftGraphSharingLink.withPreventsDownload(Boolean preventsDownload) Set the preventsDownload property: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item.Set the scope property: The scope of the link represented by this permission.Set the type property: The type of the link created.MicrosoftGraphSharingLink.withWebHtml(String webHtml) Set the webHtml property: For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.MicrosoftGraphSharingLink.withWebUrl(String webUrl) Set the webUrl property: A URL that opens the item in the browser on the OneDrive website.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSharingLinkModifier and TypeMethodDescriptionMicrosoftGraphPermission.withLink(MicrosoftGraphSharingLink link) Set the link property: sharingLink.