public class CreateClientRequest extends Object
Properties to create a client.
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#
| Modifier and Type | Field and Description |
|---|---|
boolean |
deleteOnExpiration
If
true, the service may delete this client after it has expired. |
String |
description
Description of what these credentials are used for in markdown.
|
Date |
expires
Date and time where the clients access is set to expire
|
String[] |
scopes
List of scopes the client has.
|
| Constructor and Description |
|---|
CreateClientRequest() |
public boolean deleteOnExpiration
If true, the service may delete this client after it has expired. If false (the default), the client will remain after expiration, although it cannot be used for authentication in that state.
Default: false
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#/properties/deleteOnExpiration
public String description
Description of what these credentials are used for in markdown. Should include who is the owner, point of contact.
Max length: 10240
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#/properties/description
public Date expires
Date and time where the clients access is set to expire
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#/properties/expires
public String[] scopes
List of scopes the client has. Scopes must be composed of printable ASCII characters and spaces.
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#/properties/scopes
Copyright © 2014–2017 Mozilla. All rights reserved.