Skip to main content

SharingLinkScope Enum

Sharing scope of the share links created for a file.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export declare enum SharingLinkScope

Flags

Flag Alerts Description
anonymous Alpha
default Alpha
organization Alpha
users Alpha

anonymous

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
anonymous = "anonymous"

default

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
default = "default"

organization

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
organization = "organization"

users

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature
users = "users"