管理者向け Power Apps
管理者向け Power Apps 管理コネクタ
このコネクタは、次の製品とリージョンで使用できます。
| サービス | クラス | リージョン |
|---|---|---|
| コピロット スタジオ | Standard | すべての地域 Power Automate |
| Power Apps | Standard | すべての Power Apps リージョン |
| Power Automate | Standard | すべての地域 Power Automate |
| お問い合わせ | |
|---|---|
| 名前 | Microsoft |
| URL |
Microsoft Power Automate のサポート Microsoft Power Apps のサポート |
| コネクタ メタデータ | |
|---|---|
| Publisher | Microsoft |
| Website | https://admin.powerapps.com/ |
調整制限
| 名前 | 呼び出し | 更新期間 |
|---|---|---|
| 接続ごとの API 呼び出し | 1000 | 60 秒 |
アクション
|
Power |
PowerApp の条件付きアクセス プロパティを取得します。 |
|
Power |
PowerApp の条件付きアクセスを更新します。 |
| アプリ ロールの割り当てを管理者として取得する |
PowerApp のアクセス許可を返します。 |
| アプリ ロールの割り当てを管理者として編集する |
PowerApp のアクセス許可を設定します。 |
| アプリの検疫状態を設定する |
PowerApp の検疫状態を更新します。 |
| アプリを管理者として取得する |
PowerApp を返します。 |
| アプリを管理者として取得する |
アプリの一覧を返します。 |
| アプリ所有者の設定 |
PowerApp の所有者ロールを更新し、古い所有者の新しいロールを指定します。 |
| カスタム コネクタを管理者として取得する |
カスタム コネクタの一覧を返します。 |
| コネクタ ロールの割り当てを管理者として取得する |
カスタム コネクタのアクセス許可を返します。 |
| コネクタ ロールの割り当てを管理者として編集する |
コネクタのアクセス許可を設定します。 |
| 接続を管理者として取得する |
接続の一覧を返します。 |
| 接続ロールの割り当てを管理者として取得する |
接続のすべてのアクセス許可を返します。 |
| 接続ロールの割り当てを管理者として編集する |
接続のアクセス許可を設定します。 |
| 管理者としてアプリを削除する |
PowerApp を削除します。 |
| 管理者として接続を削除する |
接続を削除します。 |
PowerApp の条件付きアクセスを取得する
PowerApp の条件付きアクセス プロパティを取得します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
|
array of string |
条件付きアクセスのプロパティ。 |
PowerApp の条件付きアクセスを設定する
PowerApp の条件付きアクセスを更新します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
コンテンツ タイプ
|
Content-Type | string |
API 要求のコンテンツ タイプ。 |
|
|
認証コンテキスト ID
|
authContextIds | array of string |
アプリ ロールの割り当てを管理者として取得する
PowerApp のアクセス許可を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内のアプリ ロールの割り当ての数。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of object |
PowerApp ロールの割り当て値配列。 |
|
名前
|
value.name | string |
PowerApp ロールの割り当て名フィールド。 |
|
id
|
value.id | string |
PowerApp ロールの割り当て ID フィールド。 |
|
型
|
value.type | string |
[PowerApp ロールの割り当ての種類] フィールド。 |
|
roleName
|
value.properties.roleName | string |
PowerApp ロールの割り当て roleName。 |
|
id
|
value.properties.principal.id | string |
PowerApp ロールの割り当てプリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
value.properties.principal.displayName | string |
PowerApp ロールの割り当てプリンシパルの displayName。 |
|
メール
|
value.properties.principal.email | string |
PowerApp ロールの割り当てプリンシパルの電子メール。 |
|
型
|
value.properties.principal.type | string |
PowerApp ロールの割り当てプリンシパルの種類。 |
|
スコープ
|
value.properties.scope | string |
PowerApp ロールの割り当てスコープ。 |
|
[共有ターゲットの通知] オプション
|
value.properties.notifyShareTargetOption | string |
PowerApp ロールの割り当て notifyShareTargetOption。 |
アプリ ロールの割り当てを管理者として編集する
PowerApp のアクセス許可を設定します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
フィルター クエリ
|
$filter | string |
フィルター クエリ パラメーター。 |
|
|
ロール名
|
roleName | string |
アクセス許可ロールの名前。 CanView、CanViewWithShare、CanEdit から選択します。 |
|
|
capabilities
|
capabilities | array of string |
capabilities |
|
|
[共有ターゲットの通知] オプション
|
NotifyShareTargetOption | string |
文字列値 'Notify' が指定されている場合は、新しいユーザーに通知します。 |
|
|
プリンシパル 電子メール
|
string |
ユーザーのプリンシパル メール。 |
||
|
プリンシパル オブジェクト ID
|
id | string |
ユーザーのプリンシパル オブジェクト ID。 |
|
|
プリンシパルの種類
|
type | string |
ユーザーのプリンシパルの種類。 |
|
|
テナント ID
|
tenantId | string |
ユーザーのプリンシパル テナント ID。 |
|
|
ロール ID
|
id | string |
ロールの割り当ての ID フィールド。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
put
|
put | array of object |
アプリ ロールの割り当て put オブジェクト。 |
|
id
|
put.id | string |
[アプリ ロールの割り当て ID] フィールド。 |
|
roleName
|
put.properties.roleName | string |
アプリ ロールの割り当てプロパティ roleName。 |
|
スコープ
|
put.properties.scope | string |
アプリ ロールの割り当てプロパティ スコープ。 |
|
id
|
put.properties.principal.id | string |
アプリ ロールの割り当てプリンシパル オブジェクト ID。 |
|
メール
|
put.properties.principal.email | string |
アプリ ロールの割り当てプリンシパルの電子メール。 |
|
型
|
put.properties.principal.type | string |
アプリ ロールの割り当てプリンシパルの種類。 |
|
resourceResponses
|
put.properties.resourceResponses | array of object |
アプリ ロールの割り当て resourceResponse オブジェクト。 |
|
id
|
put.properties.resourceResponses.id | string |
アプリ ロールの割り当て resourceResponse ID。 |
|
ステータスコード
|
put.properties.resourceResponses.statusCode | string |
アプリ ロールの割り当て resourceResponse statusCode。 |
|
レスポンスコード
|
put.properties.resourceResponses.responseCode | string |
アプリ ロールの割り当て resourceResponse responseCode。 |
|
メッセージ
|
put.properties.resourceResponses.message | string |
アプリ ロールの割り当て resourceResponse メッセージ。 |
|
型
|
put.properties.resourceResponses.type | string |
アプリ ロールの割り当て resourceResponse の種類。 |
アプリの検疫状態を設定する
PowerApp の検疫状態を更新します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
コンテンツ タイプ
|
Content-Type | string |
API 要求のコンテンツ タイプ。 |
|
|
検疫の状態
|
quarantineStatus | string |
アプリの検疫状態。 NotSpecified、Quarantined、Unquarantined から選択します。 |
アプリを管理者として取得する
PowerApp を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
戻り値
- Body
- PowerApp
アプリを管理者として取得する
アプリの一覧を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内のアプリの数。 |
|
|
スキップ トークン
|
$skiptoken | string |
応答の次のページを取得するために使用されます。 |
戻り値
アプリ所有者の設定
PowerApp の所有者ロールを更新し、古い所有者の新しいロールを指定します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
コンテンツ タイプ
|
Content-Type | string |
API 要求のコンテンツ タイプ。 |
|
|
古いアプリ所有者のロール
|
roleForOldAppOwner | string |
古いアプリ所有者のロール名。 CanView、CanViewWithShare、CanEdit から選択します。 |
|
|
新しい PowerApp 所有者
|
newAppOwner | string |
新しい所有者のプリンシパル オブジェクト ID。 |
カスタム コネクタを管理者として取得する
カスタム コネクタの一覧を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内のカスタム コネクタの数。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of object |
value |
|
名前
|
value.name | string |
コネクタ名フィールド。 |
|
id
|
value.id | string |
コネクタ ID フィールド。 |
|
型
|
value.type | string |
[コネクタの種類] フィールド。 |
|
ディスプレイ名
|
value.properties.displayName | string |
Connector プロパティ displayName。 |
|
アイコンUri
|
value.properties.iconUri | string |
コネクタ アイコン URI。 |
|
iconBrandColor
|
value.properties.iconBrandColor | string |
コネクタ アイコンのブランドの色。 |
|
apiEnvironment
|
value.properties.apiEnvironment | string |
コネクタ API 環境。 |
|
isCustomApi
|
value.properties.isCustomApi | boolean |
コネクタがカスタム API の場合は True。 |
|
ランタイムURL
|
value.properties.runtimeUrls | array of string |
ランタイムURL |
|
primaryRuntimeUrl
|
value.properties.primaryRuntimeUrl | string |
コネクタのプライマリ ランタイム URL。 |
|
ソース
|
value.properties.metadata.source | string |
コネクタのソース メタデータ。 |
|
ブランドカラー
|
value.properties.metadata.brandColor | string |
コネクタ ブランドの色のメタデータ。 |
|
publisherUrl
|
value.properties.metadata.publisherUrl | string |
コネクタの発行元 URL メタデータ。 |
|
serviceUrl
|
value.properties.metadata.serviceUrl | string |
コネクタ サービスの URL メタデータ。 |
|
documentationUrl
|
value.properties.metadata.documentationUrl | string |
コネクタドキュメントの URL。 |
|
環境
|
value.properties.metadata.environment | string |
コネクタ環境のメタデータ。 |
|
allowSharing
|
value.properties.metadata.allowSharing | boolean |
コネクタの [共有] フィールドを許可します。 |
|
capabilities
|
value.properties.capabilities | array of string |
コネクタの機能。 |
|
説明
|
value.properties.description | string |
コネクタの説明。 |
|
オリジナルSwaggerのURL
|
value.properties.apiDefinitions.originalSwaggerUrl | string |
コネクタの元の Swagger URL。 |
|
modifiedSwaggerUrl (英語)
|
value.properties.apiDefinitions.modifiedSwaggerUrl | string |
コネクタが swagger URL を変更しました。 |
|
id
|
value.properties.createdBy.id | string |
コネクタ作成者のプリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
value.properties.createdBy.displayName | string |
コネクタ作成者のプリンシパル displayName。 |
|
メール
|
value.properties.createdBy.email | string |
コネクタ作成者のプリンシパル 電子メール。 |
|
型
|
value.properties.createdBy.type | string |
コネクタ作成者のプリンシパルの種類。 |
|
tenantId
|
value.properties.createdBy.tenantId | string |
コネクタ作成者のプリンシパル tenantId。 |
|
userPrincipalName
|
value.properties.createdBy.userPrincipalName | string |
コネクタ作成者のユーザー プリンシパル名。 |
|
id
|
value.properties.modifiedBy.id | string |
プリンシパル オブジェクト ID によって最後に変更されたコネクタ。 |
|
ディスプレイ名
|
value.properties.modifiedBy.displayName | string |
プリンシパル displayName によって最後に変更されたコネクタ。 |
|
メール
|
value.properties.modifiedBy.email | string |
プリンシパル 電子メールによって最後に変更されたコネクタ。 |
|
型
|
value.properties.modifiedBy.type | string |
プリンシパルの種類によって最後に変更されたコネクタ。 |
|
tenantId
|
value.properties.modifiedBy.tenantId | string |
プリンシパル tenantId によって最後に変更されたコネクタ。 |
|
userPrincipalName
|
value.properties.modifiedBy.userPrincipalName | string |
ユーザー プリンシパル名によって最後に変更されたコネクタ。 |
|
createdTime(クリcreatedTime)
|
value.properties.createdTime | date-time |
コネクタの作成時刻。 |
|
changedTimeさん
|
value.properties.changedTime | date-time |
コネクタの時刻が変更されました。 |
|
id
|
value.properties.environment.id | string |
コネクタ環境 ID。 |
|
名前
|
value.properties.environment.name | string |
コネクタ環境の名前。 |
|
レベル
|
value.properties.tier | string |
コネクタ層。 |
|
パブリッシャ
|
value.properties.publisher | string |
コネクタパブリッシャーのプリンシパル表示名。 |
コネクタ ロールの割り当てを管理者として取得する
カスタム コネクタのアクセス許可を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
コネクタ名
|
connectorName | True | string |
コネクタの [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内のコネクタ ロールの割り当ての数。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of object |
value |
|
名前
|
value.name | string |
[コネクタ ロールの割り当て名] フィールド。 |
|
id
|
value.id | string |
[コネクタ ロールの割り当て ID] フィールド。 |
|
型
|
value.type | string |
[コネクタ ロールの割り当ての種類] フィールド。 |
|
roleName
|
value.properties.roleName | string |
コネクタ ロールの割り当てロール名。 |
|
id
|
value.properties.principal.id | string |
コネクタ ロールの割り当てプリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
value.properties.principal.displayName | string |
コネクタ ロールの割り当てプリンシパルの displayName。 |
|
メール
|
value.properties.principal.email | string |
コネクタ ロールの割り当てプリンシパルの電子メール。 |
|
型
|
value.properties.principal.type | string |
コネクタ ロールの割り当てプリンシパルの種類。 |
|
notifyShareTargetOption
|
value.properties.notifyShareTargetOption | string |
notifyShareTargetOption の Name フィールド。 |
コネクタ ロールの割り当てを管理者として編集する
コネクタのアクセス許可を設定します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
コネクタ名
|
connectorName | True | string |
コネクタの [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
フィールド コンテンツ タイプ
|
Content-Type | string |
API 要求のコンテンツ タイプ。 |
|
|
ロール ID
|
id | string |
ロールの割り当ての ID フィールド。 |
|
|
ロール名
|
roleName | string |
ロールの名前。 |
|
|
プリンシパル オブジェクト ID
|
id | string |
ユーザーのプリンシパル オブジェクト ID。 |
接続を管理者として取得する
接続の一覧を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内の接続の数。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of object |
接続値の配列。 |
|
名前
|
value.name | string |
[接続名] フィールド。 |
|
id
|
value.id | string |
[接続 ID] フィールド。 |
|
型
|
value.type | string |
[接続の種類] フィールド。 |
|
apiIdの
|
value.properties.apiId | string |
Connection プロパティ apiId。 |
|
ディスプレイ名
|
value.properties.displayName | string |
Connection プロパティ displayName。 |
|
アイコンUri
|
value.properties.iconUri | string |
接続アイコン URI。 |
|
statuses
|
value.properties.statuses | array of object |
接続の状態。 |
|
状態
|
value.properties.statuses.status | string |
接続の状態。 |
|
ターゲット
|
value.properties.statuses.target | string |
接続状態ターゲット。 |
|
コード
|
value.properties.statuses.error.code | string |
接続状態のエラー コード。 |
|
メッセージ
|
value.properties.statuses.error.message | string |
接続状態のエラー メッセージ。 |
|
sku
|
value.properties.connectionParameters.sku | string |
接続パラメーター SKU。 |
|
ワークフロー名
|
value.properties.connectionParameters.workflowName | string |
接続パラメーターのワークフロー名。 |
|
workflowPath
|
value.properties.connectionParameters.workflowPath | string |
接続パラメーターのワークフロー パス。 |
|
workflowEndpoint
|
value.properties.connectionParameters.workflowEndpoint | string |
接続パラメーター ワークフロー エンドポイント。 |
|
workFlowCallbackUri
|
value.properties.connectionParameters.workFlowCallbackUri | string |
接続パラメーター workFlow コールバック URI。 |
|
サーバー
|
value.properties.connectionParameters.server | string |
接続パラメーター サーバー。 |
|
データベース
|
value.properties.connectionParameters.database | string |
接続パラメーター データベース。 |
|
keywordsRemaining
|
value.properties.keywordsRemaining | integer |
接続プロパティ keywordsRemaining。 |
|
id
|
value.properties.createdBy.id | string |
接続作成者プリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
value.properties.createdBy.displayName | string |
接続作成者プリンシパルの表示名。 |
|
メール
|
value.properties.createdBy.email | string |
接続作成者プリンシパルの電子メール。 |
|
型
|
value.properties.createdBy.type | string |
接続作成者プリンシパルの種類。 |
|
tenantId
|
value.properties.createdBy.tenantId | string |
接続作成者プリンシパル tenantId。 |
|
userPrincipalName
|
value.properties.createdBy.userPrincipalName | string |
接続作成者のユーザー プリンシパル名。 |
|
createdTime(クリcreatedTime)
|
value.properties.createdTime | date-time |
接続の作成時刻。 |
|
最終更新時刻
|
value.properties.lastModifiedTime | date-time |
接続の最終変更時刻。 |
|
id
|
value.properties.environment.id | string |
接続環境 ID。 |
|
名前
|
value.properties.environment.name | string |
接続環境名。 |
|
有効期限
|
value.properties.expirationTime | date-time |
接続プロパティの expirationTime。 |
|
テストリンク
|
value.properties.testLinks | array of object |
Connection プロパティ testLinks。 |
|
リクエストUri
|
value.properties.testLinks.requestUri | string |
Connection プロパティ testLink requestUri。 |
|
メソッド
|
value.properties.testLinks.method | string |
Connection プロパティ testLink メソッド |
接続ロールの割り当てを管理者として取得する
接続のすべてのアクセス許可を返します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
コネクタ名
|
connectorName | True | string |
コネクタの [名前] フィールド。 |
|
接続名
|
connectionName | True | string |
[接続] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
ページ サイズ
|
$top | integer |
応答内の接続ロールの割り当ての数。 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of object |
接続ロールの割り当て値配列。 |
|
名前
|
value.name | string |
[接続ロールの割り当て名] フィールド。 |
|
id
|
value.id | string |
[接続ロールの割り当て ID] フィールド。 |
|
型
|
value.type | string |
[接続ロールの割り当ての種類] フィールド。 |
|
roleName
|
value.properties.roleName | string |
接続ロールの割り当てロール名。 |
|
id
|
value.properties.principal.id | string |
接続ロールの割り当てプリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
value.properties.principal.displayName | string |
接続ロールの割り当てプリンシパルの displayName。 |
|
メール
|
value.properties.principal.email | string |
接続ロールの割り当てプリンシパルの電子メール。 |
|
型
|
value.properties.principal.type | string |
接続ロールの割り当てプリンシパルの種類。 |
|
notifyShareTargetOption
|
value.properties.notifyShareTargetOption | string |
接続ロールの割り当て通知共有ターゲット オプション。 |
接続ロールの割り当てを管理者として編集する
接続のアクセス許可を設定します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
コネクタ名
|
connector | True | string |
コネクタの [名前] フィールド。 |
|
接続名
|
connection | True | string |
[接続] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
|
|
フィールド コンテンツ タイプ
|
Content-Type | string |
API 要求のコンテンツ タイプ。 |
|
|
ロール ID
|
id | string |
ロールの割り当ての ID フィールド。 |
|
|
ロール名
|
roleName | string |
アクセス許可ロールの名前。 |
|
|
プリンシパル ID
|
id | string |
ユーザーのプリンシパル ID。 |
管理者としてアプリを削除する
PowerApp を削除します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
PowerApp 名
|
app | True | string |
PowerApp の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
管理者として接続を削除する
接続を削除します。
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
環境名
|
environment | True | string |
[環境] の [名前] フィールド。 |
|
コネクタ名
|
connectorName | True | string |
コネクタの [名前] フィールド。 |
|
接続名
|
connectionName | True | string |
[接続] の [名前] フィールド。 |
|
API バージョン
|
api-version | string |
API バージョンの日付値。 |
定義
ResourceArray[PowerApp]
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
value
|
value | array of PowerApp | |
|
次のリンク
|
nextLink | string |
アプリの一覧の次のページを取得する URL。 skiptoken を格納します。 |
PowerApp
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
id
|
id | string |
PowerApp ID フィールド。 |
|
名前
|
name | string |
PowerApp 名フィールド。 |
|
appVersion
|
properties.appVersion | date-time |
PowerApp プロパティ appVersion。 |
|
major
|
properties.createdByClientVersion.major | integer |
PowerApp プロパティ createdByClientVersion major。 |
|
minor
|
properties.createdByClientVersion.minor | integer |
PowerApp プロパティ createdByClientVersion マイナー。 |
|
ビルド
|
properties.createdByClientVersion.build | integer |
PowerApp プロパティ createdByClientVersion ビルド。 |
|
改訂
|
properties.createdByClientVersion.revision | integer |
PowerApp プロパティ createdByClientVersion リビジョン。 |
|
majorRevision
|
properties.createdByClientVersion.majorRevision | integer |
PowerApp プロパティ createdByClientVersion majorRevision。 |
|
minorRevision
|
properties.createdByClientVersion.minorRevision | integer |
PowerApp プロパティ createdByClientVersion minorRevision。 |
|
major
|
properties.minClientVersion.major | integer |
PowerApp プロパティ minClientVersion major。 |
|
minor
|
properties.minClientVersion.minor | integer |
PowerApp プロパティ minClientVersion マイナー。 |
|
ビルド
|
properties.minClientVersion.build | integer |
PowerApp プロパティの minClientVersion ビルド。 |
|
改訂
|
properties.minClientVersion.revision | integer |
PowerApp プロパティの minClientVersion リビジョン。 |
|
majorRevision
|
properties.minClientVersion.majorRevision | integer |
PowerApp プロパティ minClientVersion majorRevision。 |
|
minorRevision
|
properties.minClientVersion.minorRevision | integer |
PowerApp プロパティ minClientVersion minorRevision。 |
|
id
|
properties.owner.id | string |
PowerApp 所有者プリンシパル ユーザー ID。 |
|
ディスプレイ名
|
properties.owner.displayName | string |
PowerApp 所有者プリンシパルの displayName。 |
|
メール
|
properties.owner.email | string |
PowerApp 所有者プリンシパルの電子メール。 |
|
型
|
properties.owner.type | string |
PowerApp 所有者プリンシパルの種類。 |
|
tenantId
|
properties.owner.tenantId | string |
PowerApp 所有者プリンシパル tenantId。 |
|
userPrincipalName
|
properties.owner.userPrincipalName | string |
PowerApp 所有者プリンシパル userPrincipalName。 |
|
id
|
properties.createdBy.id | string |
PowerApp 作成者プリンシパル オブジェクト ID。 |
|
ディスプレイ名
|
properties.createdBy.displayName | string |
PowerApp Creator プリンシパルの displayName。 |
|
メール
|
properties.createdBy.email | string |
PowerApp 作成者プリンシパルの電子メール。 |
|
型
|
properties.createdBy.type | string |
PowerApp 作成者プリンシパルの種類。 |
|
tenantId
|
properties.createdBy.tenantId | string |
PowerApp Creator プリンシパル tenantId。 |
|
userPrincipalName
|
properties.createdBy.userPrincipalName | string |
PowerApp Creator プリンシパル userPrincipalName。 |
|
id
|
properties.lastModifiedBy.id | string |
PowerApp は、プリンシパル オブジェクト ID によって最後に変更されました。 |
|
ディスプレイ名
|
properties.lastModifiedBy.displayName | string |
プリンシパル displayName によって最後に変更された PowerApp。 |
|
メール
|
properties.lastModifiedBy.email | string |
PowerApp は、プリンシパル メールによって最後に変更されました。 |
|
型
|
properties.lastModifiedBy.type | string |
PowerApp は、プリンシパルの種類によって最後に変更されました。 |
|
tenantId
|
properties.lastModifiedBy.tenantId | string |
PowerApp は、プリンシパル tenantId によって最後に変更されました。 |
|
userPrincipalName
|
properties.lastModifiedBy.userPrincipalName | string |
プリンシパル userPrincipalName によって最後に変更された PowerApp。 |
|
backgroundColor
|
properties.backgroundColor | string |
PowerApp backgroundColor。 |
|
backgroundImageUri
|
properties.backgroundImageUri | string |
PowerApp backgroundImageUri。 |
|
ディスプレイ名
|
properties.displayName | string |
PowerApp displayName。 |
|
説明
|
properties.description | string |
PowerApp の説明。 |
|
value
|
properties.appUris.documentUri.value | string |
PowerApp appUri documentUri 値。 |
|
readonlyValue
|
properties.appUris.documentUri.readonlyValue | string |
PowerApp appUri documentUri readonlyValue。 |
|
imageUris
|
properties.appUris.imageUris | array of string |
PowerApp appUri imageUris 配列。 |
|
createdTime(クリcreatedTime)
|
properties.createdTime | date-time |
PowerApp プロパティ createdTime。 |
|
最終更新時刻
|
properties.lastModifiedTime | date-time |
PowerApp プロパティ lastModifiedTime。 |
|
sharedGroupsCount
|
properties.sharedGroupsCount | integer |
PowerApp プロパティ sharedGroupsCount。 |
|
sharedUsersCount
|
properties.sharedUsersCount | integer |
PowerApp プロパティ sharedUsersCount。 |
|
appOpenProtocolUri
|
properties.appOpenProtocolUri | string |
PowerApp プロパティ appOpenProtocolUri。 |
|
appOpenUri
|
properties.appOpenUri | string |
PowerApp プロパティ appOpenUri。 |
|
お気に入り
|
properties.userAppMetadata.favorite | string |
PowerApp プロパティ userAppMetadata favorite。 |
|
includeInAppsList
|
properties.userAppMetadata.includeInAppsList | boolean |
PowerApp プロパティ userAppMetadata includeInAppsList。 |
|
isFeaturedApp
|
properties.isFeaturedApp | boolean |
PowerApp プロパティはFeaturedApp です。 |
|
bypassConsent
|
properties.bypassConsent | boolean |
PowerApp プロパティの bypassConsent。 |
|
isHeroApp
|
properties.isHeroApp | boolean |
PowerApp プロパティ isHeroApp。 |
|
id
|
properties.environment.id | string |
PowerApp 環境 ID。 |
|
名前
|
properties.environment.name | string |
PowerApp 環境名。 |
|
connectionReferences
|
properties.connectionReferences | ConnectionReferences | |
|
primaryDeviceWidth
|
tags.primaryDeviceWidth | string |
PowerApp タグ primaryDeviceWidth。 |
|
primaryDeviceHeight
|
tags.primaryDeviceHeight | string |
PowerApp タグ primaryDeviceHeight。 |
|
sienaVersion
|
tags.sienaVersion | string |
PowerApp タグの sienaVersion。 |
|
deviceCapabilities
|
tags.deviceCapabilities | string |
PowerApp タグ deviceCapabilities。 |
|
supportsPortrait
|
tags.supportsPortrait | string |
PowerApp タグ supportsPortrait。 |
|
supportsLandscape
|
tags.supportsLandscape | string |
PowerApp タグはLandscape をサポートしています。 |
|
primaryFormFactor
|
tags.primaryFormFactor | string |
PowerApp タグ primaryFormFactor。 |
|
publisherVersion
|
tags.publisherVersion | string |
PowerApp タグ publisherVersion。 |
|
minimumRequiredApiVersion
|
tags.minimumRequiredApiVersion | date-time |
PowerApp タグ minimumRequiredApiVersion。 |
|
型
|
type | string |
PowerApp 型フィールド。 |
ConnectionReferences
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
アイテム
|
ConnectionReference |
ConnectionReference
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
コネクタ ID
|
id | string | |
|
コネクタの表示名
|
displayName | string | |
|
アイコン URI
|
iconUri | string | |
|
データ ソース
|
dataSources | array of string |
接続のデータ ソースの一覧 |
|
依存関係
|
dependencies | array of string |
接続の依存関係の一覧 |
|
Dependents
|
dependents | array of string |
コネクタの依存コネクタの一覧 |
|
オンプレミス接続です
|
isOnPremiseConnection | boolean |
オンプレミス データ ゲートウェイを示すフラグ |
|
同意をバイパスする
|
bypassConsent | boolean |
フラグは、バイパスされた API の同意を示します |
|
API レベル
|
apiTier | string |
Api レベルが Standard または Premium である |
|
カスタム API フラグ
|
isCustomApiConnection | boolean |
フラグはカスタム コネクタを示します |
|
ランタイム ポリシー名
|
runtimePolicyName | string |
ランタイム ポリシーの名前を示す文字列 |
|
実行の制限
|
executionRestrictions | object |
ランタイム ポリシーの実行制限 |
|
共有接続 ID
|
sharedConnectionId | string |
共有接続の ID を示す文字列 |