次の方法で共有


ApplicationCreateParameters コンストラクター

定義

オーバーロード

ApplicationCreateParameters()

ApplicationCreateParameters クラスの新しいインスタンスを初期化します。

ApplicationCreateParameters(String, Nullable<Boolean>, Nullable<Boolean>, String, IList<AppRole>, IList<String>, Nullable<Boolean>, String, Object, String, InformationalUrl, Nullable<Boolean>, IList<KeyCredential>, IList<String>, String, Nullable<Boolean>, Nullable<Boolean>, IList<OAuth2Permission>, Nullable<Boolean>, IList<String>, OptionalClaims, IList<PasswordCredential>, IList<PreAuthorizedApplication>, Nullable<Boolean>, String, IList<String>, IList<RequiredResourceAccess>, String, String, String, IList<String>)

ApplicationCreateParameters クラスの新しいインスタンスを初期化します。

ApplicationCreateParameters()

ApplicationCreateParameters クラスの新しいインスタンスを初期化します。

public ApplicationCreateParameters ();
Public Sub New ()

適用対象

ApplicationCreateParameters(String, Nullable<Boolean>, Nullable<Boolean>, String, IList<AppRole>, IList<String>, Nullable<Boolean>, String, Object, String, InformationalUrl, Nullable<Boolean>, IList<KeyCredential>, IList<String>, String, Nullable<Boolean>, Nullable<Boolean>, IList<OAuth2Permission>, Nullable<Boolean>, IList<String>, OptionalClaims, IList<PasswordCredential>, IList<PreAuthorizedApplication>, Nullable<Boolean>, String, IList<String>, IList<RequiredResourceAccess>, String, String, String, IList<String>)

ApplicationCreateParameters クラスの新しいインスタンスを初期化します。

public ApplicationCreateParameters (string displayName, bool? allowGuestsSignIn = default, bool? allowPassthroughUsers = default, string appLogoUrl = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.AppRole> appRoles = default, System.Collections.Generic.IList<string> appPermissions = default, bool? availableToOtherTenants = default, string errorUrl = default, object groupMembershipClaims = default, string homepage = default, Microsoft.Azure.Graph.RBAC.Models.InformationalUrl informationalUrls = default, bool? isDeviceOnlyAuthSupported = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<string> knownClientApplications = default, string logoutUrl = default, bool? oauth2AllowImplicitFlow = default, bool? oauth2AllowUrlPathMatching = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> oauth2Permissions = default, bool? oauth2RequirePostResponse = default, System.Collections.Generic.IList<string> orgRestrictions = default, Microsoft.Azure.Graph.RBAC.Models.OptionalClaims optionalClaims = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> passwordCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication> preAuthorizedApplications = default, bool? publicClient = default, string publisherDomain = default, System.Collections.Generic.IList<string> replyUrls = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess> requiredResourceAccess = default, string samlMetadataUrl = default, string signInAudience = default, string wwwHomepage = default, System.Collections.Generic.IList<string> identifierUris = default);
new Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters : string * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.AppRole> * System.Collections.Generic.IList<string> * Nullable<bool> * string * obj * string * Microsoft.Azure.Graph.RBAC.Models.InformationalUrl * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> * System.Collections.Generic.IList<string> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> * Nullable<bool> * System.Collections.Generic.IList<string> * Microsoft.Azure.Graph.RBAC.Models.OptionalClaims * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication> * Nullable<bool> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess> * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters
Public Sub New (displayName As String, Optional allowGuestsSignIn As Nullable(Of Boolean) = Nothing, Optional allowPassthroughUsers As Nullable(Of Boolean) = Nothing, Optional appLogoUrl As String = Nothing, Optional appRoles As IList(Of AppRole) = Nothing, Optional appPermissions As IList(Of String) = Nothing, Optional availableToOtherTenants As Nullable(Of Boolean) = Nothing, Optional errorUrl As String = Nothing, Optional groupMembershipClaims As Object = Nothing, Optional homepage As String = Nothing, Optional informationalUrls As InformationalUrl = Nothing, Optional isDeviceOnlyAuthSupported As Nullable(Of Boolean) = Nothing, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional knownClientApplications As IList(Of String) = Nothing, Optional logoutUrl As String = Nothing, Optional oauth2AllowImplicitFlow As Nullable(Of Boolean) = Nothing, Optional oauth2AllowUrlPathMatching As Nullable(Of Boolean) = Nothing, Optional oauth2Permissions As IList(Of OAuth2Permission) = Nothing, Optional oauth2RequirePostResponse As Nullable(Of Boolean) = Nothing, Optional orgRestrictions As IList(Of String) = Nothing, Optional optionalClaims As OptionalClaims = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing, Optional preAuthorizedApplications As IList(Of PreAuthorizedApplication) = Nothing, Optional publicClient As Nullable(Of Boolean) = Nothing, Optional publisherDomain As String = Nothing, Optional replyUrls As IList(Of String) = Nothing, Optional requiredResourceAccess As IList(Of RequiredResourceAccess) = Nothing, Optional samlMetadataUrl As String = Nothing, Optional signInAudience As String = Nothing, Optional wwwHomepage As String = Nothing, Optional identifierUris As IList(Of String) = Nothing)

パラメーター

displayName
String

アプリケーションの表示名。

allowGuestsSignIn
Nullable<Boolean>

アプリケーションが他の IDP を受け入れるかどうか、または部分的に受け入れるかどうかを示すアプリケーションのプロパティ。

allowPassthroughUsers
Nullable<Boolean>

アプリケーションが、リソース テナントに存在しないユーザーのパススルーをサポートしていることを示します。

appLogoUrl
String

CDN に格納されているアプリケーションのロゴ画像の URL です。

appRoles
IList<AppRole>

アプリケーションが宣言できるアプリケーション ロールのコレクション。 これらのロールは、ユーザー、グループ、またはサービス プリンシパルに割り当てることができます。

appPermissions
IList<String>

アプリケーションのアクセス許可。

availableToOtherTenants
Nullable<Boolean>

アプリケーションが他のテナントで使用できるかどうか。

errorUrl
String

アプリケーションを使用するときにエラーを報告するアプリケーションの作成者によって提供される URL。

groupMembershipClaims
Object

アプリが期待するユーザーまたは OAuth 2.0 アクセス トークンで発行されたグループ要求を構成します。

homepage
String

アプリケーションのホーム ページ。

informationalUrls
InformationalUrl

アプリケーションの詳細情報を含む URL。

isDeviceOnlyAuthSupported
Nullable<Boolean>

このアプリケーションがユーザーなしでデバイス認証をサポートするかどうかを指定します。 既定値は false です。

keyCredentials
IList<KeyCredential>

KeyCredential オブジェクトのコレクション。

knownClientApplications
IList<String>

このリソース アプリケーションに関連付けられているクライアント アプリケーション。 既知のクライアント アプリケーションへの同意は、結合された同意ダイアログ (クライアントおよびリソースによって必要な OAuth アクセス許可スコープを示します) によってリソース アプリケーションへの暗黙の同意になります。

logoutUrl
String

ログアウト ページの URL

oauth2AllowImplicitFlow
Nullable<Boolean>

OAuth2 の暗黙的な許可フローを許可するかどうか

oauth2AllowUrlPathMatching
Nullable<Boolean>

トークン要求中に、Azure AD が応答 URL のアプリケーション コレクションに対するリダイレクト URI のパス マッチングを許可するかどうかを指定します。 既定値は false です。

oauth2Permissions
IList<OAuth2Permission>

Web API (リソース) アプリケーションがクライアント アプリケーションに公開する OAuth 2.0 アクセス許可スコープのコレクション。 これらのアクセス許可スコープは、同意中にクライアント アプリケーションに付与できます。

oauth2RequirePostResponse
Nullable<Boolean>

OAuth 2.0 トークン要求の一部として、Azure AD が GET 要求ではなく、POST 要求を許可するかどうかを指定します。 既定値は false です。これは、GET 要求のみが許可されることを指定します。

orgRestrictions
IList<String>

アプリケーションへのアクセスが許可されているテナントの一覧。

optionalClaims
OptionalClaims
passwordCredentials
IList<PasswordCredential>

PasswordCredential オブジェクトのコレクション

preAuthorizedApplications
IList<PreAuthorizedApplication>

承認されたアプリケーションの一覧。

publicClient
Nullable<Boolean>

このアプリケーションがパブリック クライアント (モバイル デバイス上で実行されているインストール済みのアプリケーションなど) であるかどうかを指定します。 既定値は false です。

publisherDomain
String

アプリケーションを識別するために使用できる信頼性の高いドメイン。

replyUrls
IList<String>

アプリケーションの応答 URL のコレクション。

requiredResourceAccess
IList<RequiredResourceAccess>

このアプリケーションがアクセスする必要があるリソースと、このアプリケーションがこれらの各リソースの下で必要とする OAuth アクセス許可スコープとアプリケーション ロールのセットを指定します。 この必要なリソース アクセスの事前構成によって、同意エクスペリエンスが促進されます。

samlMetadataUrl
String

アプリケーションの SAML メタデータへの URL。

signInAudience
String

アプリケーションにサインインする対象ユーザー (AzureADMyOrganization、AzureADAllOrganizations、AzureADAndMicrosoftAccounts)。

wwwHomepage
String

プライマリ Web ページです。

identifierUris
IList<String>

アプリケーションの URI のコレクション。

適用対象