Scope
Specifies the OAuth scopes that the application requests from Jira. Scopes define the level of access granted to the OAuth application.
データ型
string
デフォルト値
""
解説
スコープは、認証ユーザーがどのようなアクセス権を持つかを定義するために設定されます。例えば、読み取り、読み取りと書き込み、機密情報への制限付きアクセスなどです。システム管理者は、スコープを使用して機能またはセキュリティクリアランスによるアクセスを選択的に有効化できます。
InitiateOAuth がGETANDREFRESH に設定されている場合、要求するスコープを変更したい場合はこのプロパティを使用する必要があります。
InitiateOAuth がREFRESH またはOFF のいずれかに設定されている場合、このプロパティまたはScope 入力を使用して、要求するスコープを変更できます。
Scopes are specified to ensure proper access to entities in the driver. By default, the application requests a wide range of scopes, such as read, write, and delete access to Jira work, projects, configurations, users, boards, issues, and sprints.
If you wish to limit the access granted to the application, you can set this property to a space-separated list of OAuth scopes that you want the application to request. This allows you to customize the permissions according to the needs of your application.