public class AzureListAccountResponse extends Object
A list of Azure accounts managed by taskcluster-auth
See http://schemas.taskcluster.net/auth/v1/azure-account-list-response.json#
| Modifier and Type | Field and Description |
|---|---|
String[] |
accounts
A list of accountIds that are managed by auth.
|
| Constructor and Description |
|---|
AzureListAccountResponse() |
public String[] accounts
A list of accountIds that are managed by auth. These are the accounts that can have SAS credentials fetched for tables within them.
See http://schemas.taskcluster.net/auth/v1/azure-account-list-response.json#/properties/accounts
Copyright © 2014–2018 Mozilla. All rights reserved.