-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathworkspace.jwt.properties
More file actions
35 lines (30 loc) · 2.2 KB
/
workspace.jwt.properties
File metadata and controls
35 lines (30 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Copyright 2017 Adobe. All rights reserved.
# This file is licensed to you under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. You may obtain a copy
# of the License at http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.
#
# aio_project_id = your Adobe Developer Console project id (project.id)
aio_project_id=aio_project_id_changeMe
# aio_consumer_org_id = your Adobe Developer Console consumer orgnaization id (project.org.id)
aio_consumer_org_id=aio_consumer_org_id_changeMe
# aio_ims_org_id = your Adobe Developer Console IMS Organization ID (project.org.ims_org_id)
aio_ims_org_id=aio_ims_org_id_changeMe
# aio_workspace_id = your Adobe Developer Console workspace Id (project.workspace.id)
aio_workspace_id=aio_workspace_id_changeMe
# aio_credential_id = your Adobe Developer Console credential id (project.workspace.details.credentials[i].id)
aio_credential_id=aio_credential_id_changeMe
# aio_api_key = your Adobe Developer Console jwt credential API Key (or Client ID) (project.workspace.details.credentials[i].jwt.client_id
aio_api_key=aio_api_key_changeMe
# aio_client_secret = your Adobe Developer Console jwt or OAuth credential client secret (project.workspace.details.credentials[i].jwt.client_secret)
aio_client_secret=aio_client_secret_changeMe
# aio_meta_scopes : comma separated list of metascopes associated with your API, see your Adobe Developer Console jwt credential metascopes (project.workspace.details.credentials[i].jwt.meta_scopes)
# sample aio_meta_scopes: /s/ent_user_sdk,/s/ent_marketing_sdk,/s/creative_sdk (project.workspace.details.credentials[i].jwt.meta_scopes)
aio_meta_scopes=aio_meta_scopes_changeMe
# aio_technical_account_id = your Adobe Developer Console jwt credential technical account id (project.workspace.details.credentials[i].jwt.technical_account_id)
aio_technical_account_id=aio_technical_account_id_changeMe