AccessMethodLogInfo
public enum AccessMethodLogInfo : CustomStringConvertible, JSONRepresentable
Indicates the method in which the action was performed.
-
Admin console session details.
Declaration
Swift
case adminConsole(TeamLog.WebSessionLogInfo)
-
Api session details.
Declaration
Swift
case api(TeamLog.ApiSessionLogInfo)
-
Content manager session details.
Declaration
Swift
case contentManager(TeamLog.WebSessionLogInfo)
-
End user session details.
Declaration
Swift
case endUser(TeamLog.SessionLogInfo)
-
Enterprise console session details.
Declaration
Swift
case enterpriseConsole(TeamLog.WebSessionLogInfo)
-
Sign in as session details.
Declaration
Swift
case signInAs(TeamLog.WebSessionLogInfo)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }