accountUserListStatus property

String? accountUserListStatus
getter/setter pair

Indicates if this share is still enabled.

When a UserList is shared with the user this field is set to ENABLED. Later the userList owner can decide to revoke the share and make it DISABLED. The default value of this field is set to ENABLED. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : The access is enabled.
  • "DISABLED" : The access is disabled.

Implementation

core.String? accountUserListStatus;