public class GetRoleResponse extends Object
Get all details about a role
See http://schemas.taskcluster.net/auth/v1/get-role-response.json#
| Modifier and Type | Field and Description |
|---|---|
Date |
created
Date and time when this role was created
|
String |
description
Description of what this role is used for in markdown.
|
String[] |
expandedScopes
List of scopes granted anyone who assumes this role, including anything granted by roles that can be assumed when you have this role.
|
Date |
lastModified
Date and time of last modification
|
String |
roleId
roleId of the role requested
|
String[] |
scopes
List of scopes the role grants access to.
|
| Constructor and Description |
|---|
GetRoleResponse() |
public Date created
Date and time when this role was created
public String description
Description of what this role is used for in markdown. Should include who is the owner, point of contact.
public String[] expandedScopes
List of scopes granted anyone who assumes this role, including anything granted by roles that can be assumed when you have this role. Hence, this includes any scopes in-directly granted as well.
public Date lastModified
Date and time of last modification
public String roleId
roleId of the role requested
public String[] scopes
List of scopes the role grants access to. Scopes must be composed of printable ASCII characters and spaces.
Copyright © 2014–2016 Mozilla. All rights reserved.