public class GetSecretRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
expiration
The date at which the secret is no longer guarunteed to exist
|
String[] |
scopes
List of strings which are scopes for temporary credentials to give to the worker through the secret system.
|
Object |
secrets
Free form object which contains the secrets stored
|
String |
token
A Slug ID which is the uniquely addressable token to access this set of secrets
|
String |
workerType
A string describing what the secret will be used for
|
| Constructor and Description |
|---|
GetSecretRequest() |
public Date expiration
The date at which the secret is no longer guarunteed to exist
See http://schemas.taskcluster.net/aws-provisioner/v1/create-secret-request.json#/properties/expiration
public String[] scopes
List of strings which are scopes for temporary credentials to give to the worker through the secret system. Scopes must be composed of printable ASCII characters and spaces.
See http://schemas.taskcluster.net/aws-provisioner/v1/create-secret-request.json#/properties/scopes
public Object secrets
Free form object which contains the secrets stored
See http://schemas.taskcluster.net/aws-provisioner/v1/create-secret-request.json#/properties/secrets
public String token
A Slug ID which is the uniquely addressable token to access this set of secrets
See http://schemas.taskcluster.net/aws-provisioner/v1/create-secret-request.json#/properties/token
public String workerType
A string describing what the secret will be used for
See http://schemas.taskcluster.net/aws-provisioner/v1/create-secret-request.json#/properties/workerType
Copyright © 2014–2017 Mozilla. All rights reserved.