public class CreateRoleRequest extends Object
Data to create or update a role.
See http://schemas.taskcluster.net/auth/v1/create-role-request.json#
| Modifier and Type | Field and Description |
|---|---|
String |
description
Description of what this role is used for in markdown.
|
String[] |
scopes
List of scopes the role grants access to
|
| Constructor and Description |
|---|
CreateRoleRequest() |
Copyright © 2014–2015 Mozilla. All rights reserved.