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
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.
public Object secrets
Free form object which contains the secrets stored
public String token
A Slug ID which is the uniquely addressable token to access this set of secrets
public String workerType
A string describing what the secret will be used for
Copyright © 2014–2015 Mozilla. All rights reserved.