Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 14) #1032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azureadps-2.0/AzureAD/Get-AzureADGroupMember.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ syntaxes:
examples:
- title: 'Example 1: Get a group member by ID'
code: |-
PS C:\>Get-AzureADGroupMember -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupMember -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId ObjectType
-------- ----------
Expand All @@ -17,7 +17,7 @@ examples:
summary: ""
- title: 'Example 2: Get all members within a group by group ID'
code: |-
PS C:\> Get-AzureADGroupMember -ObjectId "12431118-5c12-6653-h82e-1ee8d9217682" -All $true
PS C:\> Get-AzureADGroupMember -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" -All $true

ObjectId ObjectType
-------- ----------
Expand Down
3 changes: 1 addition & 2 deletions azureadps-2.0/AzureAD/Get-AzureADGroupOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Get-AzureADGroupOwner cmdlet gets an owner of a group in the Microsoft Entra

### Example 1: Get a group owner by ID
```
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId ObjectType
-------- ----------
Expand Down Expand Up @@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADGroupOwner](./migrate/Get-AzureADGroupOw
[Add-AzureADGroupOwner](Add-AzureADGroupOwner.md)

[Remove-AzureADGroupOwner](Remove-AzureADGroupOwner.md)

2 changes: 1 addition & 1 deletion azureadps-2.0/AzureAD/Get-AzureADGroupOwner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ syntaxes:
examples:
- title: 'Example 1: Get a group owner by ID'
code: |-
PS C:\>Get-AzureADGroupOwner -ObjectId "62438306-7c37-4638-a72d-0ee8d9217680"
PS C:\>Get-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId ObjectType
-------- ----------
Expand Down
17 changes: 8 additions & 9 deletions azureadps-2.0/AzureAD/Get-AzureADMSApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PS C:\>Get-AzureADMSApplication -Filter "DisplayName eq 'My App'"
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -92,7 +92,7 @@ This command gets an application by its display name.

### Example 2: Get an application by ID
```
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
```

This command gets an application by its ID.
Expand All @@ -110,7 +110,7 @@ Id : ba4a97a7-3815-4752-bf4c-f1c0cccfff6a
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -156,7 +156,7 @@ Get-AzureADMSApplication -Filter "identifierUris/any(uri:uri eq 'http://wingtips

### Example 4: Get an application by object ID
```
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
```

This command gets an application by its object ID.
Expand All @@ -174,7 +174,7 @@ Id : f8bbcbe4-df80-4a6b-80c5-926e28e41407
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
AppId : 22223333-cccc-4444-dddd-5555eeee6666
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -240,7 +240,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
AppId : 33334444-dddd-5555-eeee-6666ffff7777
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -298,7 +298,7 @@ Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -369,7 +369,7 @@ Id : 88da75d4-2cba-4c47-9a15-80a983228ad4
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 2cffc854-bbcf-404a-8bba-70d043534129
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -517,4 +517,3 @@ See the [migration guide for Get-AzureADMSApplication](./migrate/Get-AzureADMSAp
[Remove-AzureADMSApplication](Remove-AzureADMSApplication.md)

[Set-AzureADMSApplication](Set-AzureADMSApplication.md)

16 changes: 8 additions & 8 deletions azureadps-2.0/AzureAD/Get-AzureADMSApplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ examples:
System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -76,7 +76,7 @@ examples:
summary: ""
- title: 'Example 2: Get an application by ID'
code: |-
PS C:\>Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
PS C:\>Get-AzureADMSApplication -Filter "AppId eq '11112222-bbbb-3333-cccc-4444dddd5555'"
description: |-
This command gets an application by its ID.

Expand All @@ -93,7 +93,7 @@ examples:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]
}

AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppRoles : {}
IsDeviceOnlyAuthSupported :
IsFallbackPublicClient :
Expand Down Expand Up @@ -139,7 +139,7 @@ examples:
summary: ""
- title: 'Example 4: Get an application by object ID'
code: |-
PS C:\>Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a
PS C:\>Get-AzureADMSApplication -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
description: |-
This command gets an application by its object ID.

Expand All @@ -156,7 +156,7 @@ examples:
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
AppId : 22223333-cccc-4444-dddd-5555eeee6666
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -221,7 +221,7 @@ examples:
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
AppId : 33334444-dddd-5555-eeee-6666ffff7777
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -279,7 +279,7 @@ examples:
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
AppId : 44445555-eeee-6666-ffff-7777aaaa8888
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down Expand Up @@ -349,7 +349,7 @@ examples:
Oauth2PermissionScopes:
System.Collections.Generic.List\`1\[Microsoft.Open.MSGraph.Model.PermissionScope\]

AppId : 2cffc854-bbcf-404a-8bba-70d043534129
AppId : 55556666-ffff-7777-aaaa-8888bbbb9999
ApplicationTemplateId :
AppRoles : {}
GroupMembershipClaims :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Retrieves the list of extension properties on an application object.

### Example 1: Get extension properties
```
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId Name TargetObjects
-------- ---- -------------
Expand Down Expand Up @@ -68,4 +68,3 @@ See the [migration guide for Get-AzureADMSApplicationExtensionProperty](./migrat
[New-AzureADMSApplicationExtensionProperty](New-AzureADMSApplicationExtensionProperty.md)

[Remove-AzureADMSApplicationExtensionProperty](Remove-AzureADMSApplicationExtensionProperty.md)

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syntaxes:
examples:
- title: 'Example 1: Get extension properties'
code: |-
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"

ObjectId Name TargetObjects
-------- ---- -------------
Expand Down
5 changes: 2 additions & 3 deletions azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Retrieves the list of owners for an application object.

### Example 1: Get the owner of an application
```
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1

ObjectId ObjectType
-------- ----------
Expand All @@ -34,7 +34,7 @@ This command gets the owner of an application.

### Example 1: Get the owners of an application
```
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true

ObjectId ObjectType
-------- ----------
Expand Down Expand Up @@ -112,4 +112,3 @@ See the [migration guide for Get-AzureADMSApplicationOwner](./migrate/Get-AzureA
[Add-AzureADMSApplicationOwner](Add-AzureADMSApplicationOwner.md)

[Remove-AzureADMSApplicationOwner](Remove-AzureADMSApplicationOwner.md)

4 changes: 2 additions & 2 deletions azureadps-2.0/AzureAD/Get-AzureADMSApplicationOwner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ syntaxes:
examples:
- title: 'Example 1: Get the owner of an application'
code: |-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -Top 1

ObjectId ObjectType
-------- ----------
Expand All @@ -28,7 +28,7 @@ examples:
summary: ""
- title: 'Example 1: Get the owners of an application'
code: |-
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
PS C:\>Get-AzureADMSApplicationOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -All $true

ObjectId ObjectType
-------- ----------
Expand Down
7 changes: 3 additions & 4 deletions azureadps-2.0/AzureAD/Get-AzureADMSConditionalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Conditional access policies are custom rules that define an access scenario.
```
PS C:\> Get-AzureADMSConditionalAccessPolicy

Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Demo app for documentation
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand All @@ -50,9 +50,9 @@ This command retrieves a list of all conditional access policies in Azure AD.

### Example 2: Retrieves a conditional access policy in Azure AD with given Id.
```
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358"
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"

Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Demo app for documentation
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand Down Expand Up @@ -96,4 +96,3 @@ See the [migration guide for Get-AzureADMSConditionalAccessPolicy](./migrate/Get
[Set-AzureADMSConditionalAccessPolicy](Set-AzureADMSConditionalAccessPolicy.md)

[Remove-AzureADMSConditionalAccessPolicy](Remove-AzureADMSConditionalAccessPolicy.md)

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ examples:
code: |-
PS C:\> Get-AzureADMSConditionalAccessPolicy

Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Demo app for documentation
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand All @@ -21,9 +21,9 @@ examples:
summary: ""
- title: 'Example 2: Retrieves a conditional access policy in Azure AD with given Id.'
code: |-
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358"
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"

Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Demo app for documentation
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand Down
5 changes: 2 additions & 3 deletions azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ This command retrieves a list of all named location policies in Azure AD.

### Example 2: Retrieves a named location policy in Azure AD with given Id.
```
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5

OdataType : #microsoft.graph.countryNamedLocation
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Country named location
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand Down Expand Up @@ -100,4 +100,3 @@ See the [migration guide for Get-AzureADMSNamedLocationPolicy](./migrate/Get-Azu
[Set-AzureADMSNamedLocationPolicy](Set-AzureADMSNamedLocationPolicy.md)

[Remove-AzureADMSNamedLocationPolicy](Remove-AzureADMSNamedLocationPolicy.md)

4 changes: 2 additions & 2 deletions azureadps-2.0/AzureAD/Get-AzureADMSNamedLocationPolicy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ examples:
summary: ""
- title: 'Example 2: Retrieves a named location policy in Azure AD with given Id.'
code: |-
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5

OdataType : #microsoft.graph.countryNamedLocation
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
DisplayName : Country named location
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSe

### Example 3: Get a permission grant condition set
```
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
```

## PARAMETERS
Expand Down Expand Up @@ -113,4 +113,3 @@ See the [migration guide for Get-AzureADMSPermissionGrantConditionSet](./migrate
[Set-AzureADMSPermissionGrantConditionSet](Set-AzureADMSPermissionGrantConditionSet.md)

[Remove-AzureADMSPermissionGrantConditionSet](Remove-AzureADMSPermissionGrantConditionSet.md)

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ examples:
summary: ""
- title: 'Example 3: Get a permission grant condition set'
code: |-
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
description: ""
summary: ""
parameters:
Expand Down
10 changes: 5 additions & 5 deletions azureadps-2.0/AzureAD/Get-AzureADMSRoleAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ PS C:\> Get-AzureADMSRoleAssignment -Filter "roleDefinitionId eq '62e90394-69f5-

RoleDefinitionId PrincipalId ResourceScope Id
---------------- ----------- ------------- --
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRqAVAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 3f5e48d2-6bf4-4bf3-a4ff-8bbd9f23ed0b / lAPpYvVpN0KRkAEhdxReENJPEj_0a_NLpP-LvZ8D7Qs-1
```

### Example 2
```powershell
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq '69584002-b4d1-4055-9c94-320542efd653'"
PS C:\> Get-AzureADMSRoleAssignment -Filter "principalId eq 'aaaaaaaa-bbbb-cccc-1111-222222222222'"

RoleDefinitionId PrincipalId ResourceScope Id
---------------- ----------- ------------- --
89c55b63-78c3-478b-b79e-074d0e87269e 69584002-b4d1-4055-9c94-320542efd653 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 69584002-b4d1-4055-9c94-320542efd653 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 69584002-b4d1-4055-9c94-320542efd653 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
89c55b63-78c3-478b-b79e-074d0e87269e aaaaaaaa-bbbb-cccc-1111-222222222222 / Y1vFBcN4i0e3ngdNDocmngJAWGnRtGDAnJQyBBLv1lM-1
62e90394-69f5-4237-9190-012177145e34 aaaaaaaa-bbbb-cccc-1111-222222222222 / lAPpYvVpN0KRkAEhdxReEAJAWGnRtGDAnJQyBBLv1lM-1
eb1d8c90-acf5-460d-8424-c1f1a6fbdb85 aaaaaaaa-bbbb-cccc-1111-222222222222 / NIwd6_WsDUaEJMHxpvvbhQJAWGnRtGDAnJQyBBLv1lM-1
```

## PARAMETERS
Expand Down
Loading