AI-generated Key Takeaways
-
The document defines an enumeration of possible reasons for a user's access to a resource.
-
These access reasons include ownership, sharing, licensing, subscription, or affiliation.
-
The enum also includes values for unspecified and unknown access reasons.
Enum describing possible access reasons.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The resource is owned by the user. |
|
The resource is shared to the user. |
|
The resource is licensed to the user. |
|
The user subscribed to the resource. |
|
The resource is accessible to the user. |