AccessReason

  • 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

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

OWNED

The resource is owned by the user.

SHARED

The resource is shared to the user.

LICENSED

The resource is licensed to the user.

SUBSCRIBED

The user subscribed to the resource.

AFFILIATED

The resource is accessible to the user.