ENUM
UserAccessType
Description
UserAccessType is used to inform if any insecure user can access this file or not.
link GraphQL Schema definition
- enum UserAccessType {
- # Insecure user access.
- # Secure user access.
- # Unknown user access.
- }
ENUM
UserAccessType is used to inform if any insecure user can access this file or not.
- enum UserAccessType {
- # Insecure user access.
- # Secure user access.
- # Unknown user access.
- }