Skip to content

Commit 27dbf23

Browse files
authored
Update account.md
1 parent 611cb00 commit 27dbf23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/guides/endpoints/cloudloc/account.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ curl -X 'GET' \
209209
"deleted": false,
210210
"uuid": "a1be1111-1dea-1111-1edd-f1def11c1f11"
211211
}
212-
213212
```
214213

215214
### Example request details
@@ -717,6 +716,7 @@ Each account type has its own set of key/value pairs or parameters for the `acco
717716
"uuid": "111bc1a1-1d11-1111-1111-dd1d111ec11f"
718717
}
719718
```
719+
720720
### Azure sas
721721

722722
**Request**
@@ -736,6 +736,7 @@ Each account type has its own set of key/value pairs or parameters for the `acco
736736
"secret": "string"
737737
}
738738
```
739+
739740
**Response**
740741

741742
```json
@@ -786,6 +787,7 @@ Each account type has its own set of key/value pairs or parameters for the `acco
786787
"uuid": "111bc1a1-1d11-1111-1111-dd1d111ec11f"
787788
}
788789
```
790+
789791
Note: The s3 type account currently contains no account properties.
790792

791793
### s3 role ARN
@@ -822,7 +824,6 @@ Note: The s3 type account currently contains no account properties.
822824
}
823825
```
824826

825-
826827
## Creating s3 role ARN accounts
827828

828829
An s3 Role ARN (Amazon Resource Name) is a unique identifier for an IAM role that grants permissions to access an S3 bucket. It's used to specify which role should be assumed when granting temporary credentials or when configuring other AWS services to interact with S3. To create an Adobe Analytics cloud location account to associate with an s3 role ARN, follow these steps:
@@ -863,12 +864,10 @@ curl -X 'GET' \
863864
}
864865
```
865866

866-
867867
### Example details
868868

869869
In the examples above, the GET s3 role arn method is used to request the userARN value. The value is provided in the response and can be used to create a roleARN in the AWS portal. After creating the roleARN, you can create a cloud locations account with the POST create account method described in a previous section. See the Account Properties section in this guide to provide a complete POST request.
870870

871-
872871
For more information, see the following:
873872

874873
* [Cloud Locations API overview](cloudloc/index.md)

0 commit comments

Comments
 (0)