Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 455 Bytes

File metadata and controls

13 lines (9 loc) · 455 Bytes

RemoteSystemAccessStatus enum

Contains the values that describe the app's access to use the Remote Systems feature.

Fields

Member Value Description
UNSPECIFIED 0 Access is denied for an unspecified reason.
ALLOWED 1 Access is allowed
SYSTEM_DENIED 2 Access is denied to this app by the System.
USER_DENIED 3 Access has been denied to this app by this particular user.