TokenRequestContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TokenRequestContext(String[], String) |
指定したスコープを持つ新しい TokenRequest を作成します。 |
TokenRequestContext(String[], String, String) |
指定したスコープを持つ新しい TokenRequest を作成します。 |
TokenRequestContext(String[], String, String, String) |
指定したスコープを持つ新しい TokenRequest を作成します。 |
TokenRequestContext(String[], String, String, String, Boolean) |
指定したスコープを持つ新しい TokenRequest を作成します。 |
TokenRequestContext(String[], String)
指定したスコープを持つ新しい TokenRequest を作成します。
public TokenRequestContext (string[] scopes, string? parentRequestId);
new Azure.Core.TokenRequestContext : string[] * string -> Azure.Core.TokenRequestContext
Public Sub New (scopes As String(), parentRequestId As String)
パラメーター
- scopes
- String[]
トークンに必要なスコープ。
- parentRequestId
- String
ClientRequestId認証にトークンを必要とする要求の 。該当する場合は 。
適用対象
TokenRequestContext(String[], String, String)
指定したスコープを持つ新しい TokenRequest を作成します。
public TokenRequestContext (string[] scopes, string? parentRequestId, string? claims);
new Azure.Core.TokenRequestContext : string[] * string * string -> Azure.Core.TokenRequestContext
Public Sub New (scopes As String(), parentRequestId As String, claims As String)
パラメーター
- scopes
- String[]
トークンに必要なスコープ。
- parentRequestId
- String
ClientRequestId認証にトークンを必要とする要求の 。該当する場合は 。
- claims
- String
トークンに含める追加の要求。
適用対象
TokenRequestContext(String[], String, String, String)
指定したスコープを持つ新しい TokenRequest を作成します。
public TokenRequestContext (string[] scopes, string? parentRequestId, string? claims, string? tenantId);
new Azure.Core.TokenRequestContext : string[] * string * string * string -> Azure.Core.TokenRequestContext
Public Sub New (scopes As String(), parentRequestId As String, claims As String, tenantId As String)
パラメーター
- scopes
- String[]
トークンに必要なスコープ。
- parentRequestId
- String
ClientRequestId認証にトークンを必要とする要求の 。該当する場合は 。
- claims
- String
トークンに含める追加の要求。
- tenantId
- String
トークン要求に含める tenantId。
適用対象
TokenRequestContext(String[], String, String, String, Boolean)
指定したスコープを持つ新しい TokenRequest を作成します。
public TokenRequestContext (string[] scopes, string? parentRequestId = default, string? claims = default, string? tenantId = default, bool isCaeEnabled = false);
new Azure.Core.TokenRequestContext : string[] * string * string * string * bool -> Azure.Core.TokenRequestContext
Public Sub New (scopes As String(), Optional parentRequestId As String = Nothing, Optional claims As String = Nothing, Optional tenantId As String = Nothing, Optional isCaeEnabled As Boolean = false)
パラメーター
- scopes
- String[]
トークンに必要なスコープ。
- parentRequestId
- String
ClientRequestId認証にトークンを必要とする要求の 。該当する場合は 。
- claims
- String
トークンに含める追加の要求。
- tenantId
- String
トークン要求に含める tenantId。
- isCaeEnabled
- Boolean
要求されたトークンに対して継続的アクセス評価 (CAE) を有効にするかどうかを示します。
適用対象
Azure SDK for .NET