public class RoleMessage extends Object
Message reporting that a role has changed
See http://schemas.taskcluster.net/auth/v1/role-message.json#
| Modifier and Type | Field and Description |
|---|---|
String |
roleId
roleId of the role that was changed |
Object |
version
Message version number
|
| Constructor and Description |
|---|
RoleMessage() |
public String roleId
roleId of the role that was changed
Syntax: ^[\x20-\x7e]+$
See http://schemas.taskcluster.net/auth/v1/role-message.json#/properties/roleId
public Object version
Message version number
Possible values: * 1
See http://schemas.taskcluster.net/auth/v1/role-message.json#/properties/version
Copyright © 2014–2017 Mozilla. All rights reserved.