Cmdlets for Microsoft Planner

Build 25.0.9434

Scope Parameter (Connect-MicrosoftPlanner Cmdlet)

Specifies whether to enable admin consent scopes or default scopes for obtaining access and refresh tokens during authentication.

Syntax

Connect-MicrosoftPlanner -Scope string

Possible Values

AdminConsent, NoAdminConsent

Data Type

cstr

Default Value

"NoAdminConsent"

Remarks

スコープは、認証ユーザーがどのようなアクセス権を持つかを定義するために設定されます。例えば、読み取り、読み取りと書き込み、機密情報への制限付きアクセスなどです。システム管理者は、スコープを使用して機能またはセキュリティクリアランスによるアクセスを選択的に有効化できます。

InitiateOAuthGETANDREFRESH に設定されている場合、要求するスコープを変更したい場合はこのプロパティを使用する必要があります。

InitiateOAuthREFRESH またはOFF のいずれかに設定されている場合、このプロパティまたはScope 入力を使用して、要求するスコープを変更できます。

This property controls the type of scopes used for authentication.

  • AdminConsent: Enables admin consent scopes, which provide elevated permissions and require administrator approval. Use this setting when your application needs elevated permissions for advanced operations.
  • NoAdminConsent: Uses default scopes that do not require admin consent. This setting is suitable for standard use cases with minimal permissions.

Alternatively, you can specify a custom space-delimited list of scopes to define specific permissions required by your application. This allows greater flexibility in tailoring the authentication process to your needs.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434