Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Batch Manage your ASoC to Invite, Delete users and scans

NotificationsYou must be signed in to change notification settings

Kevchia/ASoC-Batch

Repository files navigation

This script is written by Antony Chiu
Modified by Kevin Chia.

This Powershell script allows you to perform the following functions on AppScan on Cloud (https://cloud.appscan.com):

  1. Check Current Token - Check your connection status with ASoC
  2. List Current Users - List all the users on your ASoC
  3. List Current Apps - List all Apps on your ASoC
  4. List Assist Group - List all Assist Group on your ASoC
  5. Invite Users - Invite the users from ASoC_UserInviteList.txt
  6. Delete a selected set of Users by Role - Batch Delete a set of users by their role
  7. Delete a selected Asset Group - Batch delete a particular asset group
  8. Get Counts - Get application and user counts

Script Setup

In order to use the script, there are some things you need to do.

  1. Provide API KEY and SECRET inconfig.json:
{    "API_KEY": "YOUR ASOC API KEY",    "API_SECRET": "YOUR ASOC API SECRET",    "BASEURL": "https://cloud.appscan.com/api/V2"}

Note: If you are working with ASoC EU, change the BASEURL to the following:https://cloud.appscan.com/eu/api/V2

How to use the script

To run the script, use ASoC_MainMenu.ps1

How to Invite users

1.Put all the emails you want to invite inASoC_UserInviteList.txt
Make sure each line contains only 1 email address
For example:

JohnDoe@test.comJamesBond@test.com

Afterwards, useOption 5 to invite users.

How to delete users

UseOption 6 to delete all users by role ID.

How to delete Asset Groups

UseOption 7 to delete a selected asset group

About

Batch Manage your ASoC to Invite, Delete users and scans

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp