AgentRole
The possible agent roles.
enum AgentRole {
ADMIN
AGENT
OWNER
VIEWER
}
Values
AgentRole.ADMIN
A user with administrative privileges.
AgentRole.AGENT
A user with a login.
AgentRole.OWNER
The owner of the account.
AgentRole.VIEWER
A user with read-only access.
Member of
Agent object