
Power Apps Management Connector for Makers
|
Status: Production |
Tier: Standard |
Version: 1.0 |
|
Name |
Summary |
|
Name |
Summary |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Get App
Description: Returns a PowerApp.
Syntax:
PowerAppsforMakers.Get-App (string app, [Optional]string api-version)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
Returns:
Type:PowerApp
Summary: Remove App
Description: Deletes a PowerApp.
Syntax:
PowerAppsforMakers.Remove-App (string app, [Optional]string api-version)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
Returns:
Summary: Publish App
Description: Publishes the latest saved version of a PowerApp to all users with view access.
Syntax:
PowerAppsforMakers.Publish-App (string app, [Optional]string api-version)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
Returns:
Summary: Set App Display Name
Description: Updates the display name of a PowerApp.
Syntax:
PowerAppsforMakers.Set-AppDisplayName (string app, [Optional]string api-version, [Optional]string Content-Type, [Optional]Set-AppDisplayNameParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
Content-Type |
string (Content Type) |
The content type of the API request. |
False |
|
|
body |
Set-AppDisplayNameParameterBody
|
|
False |
Returns:
Summary: Get App Versions
Description: Returns a list of versions for a given PowerApp.
Syntax:
PowerAppsforMakers.Get-AppVersions (string app, [Optional]string api-version, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$top |
integer (Page size) |
Number of Apps versions to return. |
False |
Returns:
Summary: Restore App Version
Description: Restores the specified App Version as the current version.
Syntax:
PowerAppsforMakers.Restore-AppVersion (string app, string appVersionName, [Optional]string api-version)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
appVersionName |
string (PowerApp Version) |
Version field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
Returns:
Type:Restore-AppVersionResponse
Summary: Get App Role Assignments
Description: Returns a list of permissions for the specified PowerApp name.
Syntax:
PowerAppsforMakers.Get-AppRoleAssignment (string app, [Optional]string api-version, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$top |
integer (Page size) |
Number of App Role Assignments. |
False |
Returns:
Type:Get-AppRoleAssignmentResponse
Summary: Edit App Role Assignment
Description: Sets permissions to a PowerApp.
Syntax:
PowerAppsforMakers.Edit-AppRoleAssignment (string app, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-AppRoleAssignmentParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
app |
string (PowerApp Name) |
Name field of the PowerApp. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
Content-Type |
string (Content Type) |
The content type of the API request. |
False |
|
|
body |
Edit-AppRoleAssignmentParameterBody
|
|
False |
Returns:
Type:Edit-AppRoleAssignmentResponse
Summary: Get Connections
Description: Returns a list of Connections.
Syntax:
PowerAppsforMakers.Get-Connections ([Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
$top |
integer (Page size) |
Number of Connections. |
False |
Returns:
Summary: Remove Connection
Description: Deletes a Connection.
Syntax:
PowerAppsforMakers.Remove-Connection (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
connectionName |
string (Connection Name) |
Name field of the Connection. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
Returns:
Summary: Get Connection Role Assignment
Description: Returns a list of permissions to a Connection.
Syntax:
PowerAppsforMakers.Get-ConnectionRoleAssignment (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
connectionName |
string (Connection Name) |
Name field of the Connection. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
$top |
integer (Page size) |
Number of Connection Role Assignments. |
False |
Returns:
Type:Get-ConnectionRoleAssignmentResponse
Summary: Edit Connection Role Assignment
Description: Sets permissions to a Connection.
Syntax:
PowerAppsforMakers.Edit-ConnectionRoleAssignment (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-ConnectionRoleAssignmentParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
connectionName |
string (Connection Name) |
Name field of the Connection. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
Content-Type |
string (Content Type) |
The content type of the API request. |
False |
|
|
body |
Edit-ConnectionRoleAssignmentParameterBody
|
|
False |
Returns:
Summary: Get Connector
Description: Returns a Connector.
Syntax:
PowerAppsforMakers.Get-Connector (string connectorName, [Optional]string $filter, [Optional]string api-version)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
Returns:
Summary: Remove Connector
Description: Deletes a Connector.
Syntax:
PowerAppsforMakers.Remove-Connector (string connectorName, [Optional]string api-version, [Optional]string $filter)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
Returns:
Summary: Get Connector Role Assignment
Description: Returns a list of permissions for the specified Connector.
Syntax:
PowerAppsforMakers.Get-ConnectorRoleAssignment (string connectorName, [Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
$top |
integer (Page size) |
Number of Connector Role Assignments. |
False |
Returns:
Type:Get-ConnectorRoleAssignmentResponse
Summary: Edit Connector Role Assignment
Description: Sets permissions to a Connector.
Syntax:
PowerAppsforMakers.Edit-ConnectorRoleAssignment (string connectorName, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-ConnectorRoleAssignmentParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
connectorName |
string (Connector Name) |
Name field of the Connector. |
True |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
Content-Type |
string (Content Type) |
The content type of the API request. |
False |
|
|
body |
Edit-ConnectorRoleAssignmentParameterBody
|
|
False |
Returns:
Summary: Get Connectors
Description: Returns a list of Connectors.
Syntax:
PowerAppsforMakers.Get-Connectors ([Optional]string showApisWithToS, [Optional]string $filter, [Optional]string api-version, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
showApisWithToS |
string (ShowAllApis) |
Show all the Apis. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$top |
integer (Page size) |
Number of Connectors. |
False |
Returns:
Summary: Get Environments
Description: Returns a list of Environments.
Syntax:
PowerAppsforMakers.Get-Environments ([Optional]string api-version, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$top |
integer (Page size) |
Number of Environments. |
False |
Returns:
Summary: Get Apps
Description: Returns a list of apps.
Syntax:
PowerAppsforMakers.Get-Apps ([Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
api-version |
string (API Version) |
The date value of the API version. |
False |
|
|
$filter |
string (Filter Query) |
A filter query parameter. |
False |
|
|
$top |
integer (Page size) |
Number of Apps to return. |
False |
Returns:
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
delete |
array of (DeleteItem)
|
delete |
|
put |
array of (PutItem)
|
put |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
Role Id of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
properties |
|
properties |
Summary:
Description: properties
Properties:
|
Name |
Type |
Summary |
|
principal |
|
principal |
|
NotifyShareTargetOption |
string
|
Notify ShareTarget Option. |
|
roleName |
string
|
Role Name of User. |
Summary:
Description: principal
Properties:
|
Name |
Type |
Summary |
|
|
string
|
Email of the User. |
|
tenantId |
string
|
Tenant Id of the User. |
|
id |
string
|
ID of the user. |
|
type |
string
|
Type of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
put |
array of (PutItem)
|
The field put. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
roleName |
string
|
The field roleName. |
|
scope |
string
|
The field scope. |
|
principal |
|
The field principal. |
|
resourceResponses |
array of (ResourceResponsesItem)
|
The field resourceResponses. |
Summary:
Description: The field principal.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
statusCode |
string
|
The field statusCode. |
|
responseCode |
string
|
The field responseCode. |
|
message |
string
|
The field message. |
|
type |
string
|
The field type. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
delete |
array of (DeleteItem)
|
delete |
|
put |
array of (PutItem)
|
put |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
Role Id of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
properties |
|
properties |
Summary:
Description: properties
Properties:
|
Name |
Type |
Summary |
|
principal |
|
principal |
|
NotifyShareTargetOption |
string
|
NotifyShareTargetOption of User. |
|
roleName |
string
|
RoleName of User. |
Summary:
Description: principal
Properties:
|
Name |
Type |
Summary |
|
|
string
|
Email of User. |
|
tenantId |
string
|
TenantId of User. |
|
id |
string
|
Id of User. |
|
type |
string
|
Type of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
delete |
array of (DeleteItem)
|
delete |
|
put |
array of (PutItem)
|
put |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
Role id of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
properties |
|
properties |
Summary:
Description: properties
Properties:
|
Name |
Type |
Summary |
|
principal |
|
principal |
|
NotifyShareTargetOption |
string
|
NotifyShareTargetOption of User. |
|
roleName |
string
|
RoleName of User. |
Summary:
Description: principal
Properties:
|
Name |
Type |
Summary |
|
|
string
|
Email of User. |
|
tenantId |
string
|
TenantId of User. |
|
id |
string
|
Id of User. |
|
type |
string
|
Type of User. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
roleName |
string
|
The field roleName. |
|
principal |
|
The field principal. |
|
scope |
string
|
The field scope. |
|
notifyShareTargetOption |
string
|
The field notifyShareTargetOption. |
Summary:
Description: The field principal.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
tags |
|
The field tags. |
|
properties |
|
The field properties. |
Summary:
Description: The field tags.
Properties:
|
Name |
Type |
Summary |
|
primaryDeviceWidth |
string
|
The field primaryDeviceWidth. |
|
primaryDeviceHeight |
string
|
The field primaryDeviceHeight. |
|
sienaVersion |
string
|
The field sienaVersion. |
|
deviceCapabilities |
string
|
The field deviceCapabilities. |
|
supportsPortrait |
string
|
The field supportsPortrait. |
|
supportsLandscape |
string
|
The field supportsLandscape. |
|
primaryFormFactor |
string
|
The field primaryFormFactor. |
|
publisherVersion |
string
|
The field publisherVersion. |
|
minimumRequiredApiVersion |
string(date-time)
|
The field minimumRequiredApiVersion. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
ownerTenantId |
string
|
The field ownerTenantId. |
|
app |
string
|
The field app. |
|
appVersion |
string(date-time)
|
The field appVersion. |
|
lifeCycleId |
string
|
The field lifeCycleId. |
|
createdByClientVersion |
|
The field createdByClientVersion. |
|
minClientVersion |
|
The field minClientVersion. |
|
appDefinition |
|
The field appDefinition. |
Summary:
Description: The field createdByClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field minClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field appDefinition.
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
tags |
|
The field tags. |
|
properties |
|
The field properties. |
Summary:
Description: The field tags.
Properties:
|
Name |
Type |
Summary |
|
primaryDeviceWidth |
string
|
The field primaryDeviceWidth. |
|
primaryDeviceHeight |
string
|
The field primaryDeviceHeight. |
|
sienaVersion |
string
|
The field sienaVersion. |
|
deviceCapabilities |
string
|
The field deviceCapabilities. |
|
supportsPortrait |
string
|
The field supportsPortrait. |
|
supportsLandscape |
string
|
The field supportsLandscape. |
|
primaryFormFactor |
string
|
The field primaryFormFactor. |
|
publisherVersion |
string
|
The field publisherVersion. |
|
minimumRequiredApiVersion |
string(date-time)
|
The field minimumRequiredApiVersion. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
appVersion |
string(date-time)
|
The field appVersion. |
|
lastDraftVersion |
string(date-time)
|
The field lastDraftVersion. |
|
lifeCycleId |
string
|
The field lifeCycleId. |
|
status |
string
|
The field status. |
|
createdByClientVersion |
|
The field createdByClientVersion. |
|
minClientVersion |
|
The field minClientVersion. |
|
owner |
|
The field owner. |
|
createdBy |
|
The field createdBy. |
|
lastModifiedBy |
|
The field lastModifiedBy. |
|
lastPublishedBy |
|
The field lastPublishedBy. |
|
backgroundColor |
string
|
The field backgroundColor. |
|
backgroundImageUri |
string
|
The field backgroundImageUri. |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
appUris |
|
The field appUris. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
lastModifiedTime |
string(date-time)
|
The field lastModifiedTime. |
|
lastPublishTime |
string(date-time)
|
The field lastPublishTime. |
|
sharedGroupsCount |
integer(int32)
|
The field sharedGroupsCount. |
|
sharedUsersCount |
integer(int32)
|
The field sharedUsersCount. |
|
appOpenProtocolUri |
string
|
The field appOpenProtocolUri. |
|
appOpenUri |
string
|
The field appOpenUri. |
|
userAppMetadata |
|
The field userAppMetadata. |
|
isFeaturedApp |
boolean
|
The field isFeaturedApp. |
|
bypassConsent |
boolean
|
The field bypassConsent. |
|
isHeroApp |
boolean
|
The field isHeroApp. |
|
environment |
|
The field environment. |
Summary:
Description: The field createdByClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field minClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field owner.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field createdBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field lastModifiedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field lastPublishedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field appUris.
Properties:
|
Name |
Type |
Summary |
|
documentUri |
|
The field documentUri. |
|
imageUris |
array of (string)
|
The field imageUris. |
Summary:
Description: The field documentUri.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
|
readonlyValue |
string
|
The field readonlyValue. |
Summary:
Description: The field userAppMetadata.
Properties:
|
Name |
Type |
Summary |
|
favorite |
string
|
The field favorite. |
|
includeInAppsList |
boolean
|
The field includeInAppsList. |
Summary:
Description: The field environment.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
name |
string
|
The field name. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
roleName |
string
|
The field roleName. |
|
principal |
|
The field principal. |
|
notifyShareTargetOption |
string
|
The field notifyShareTargetOption. |
Summary:
Description: The field principal.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
apiId |
string
|
The field apiId. |
|
displayName |
string
|
The field displayName. |
|
iconUri |
string
|
The field iconUri. |
|
statuses |
array of (StatusesItem)
|
The field statuses. |
|
connectionParameters |
|
The field connectionParameters. |
|
keywordsRemaining |
integer(int32)
|
The field keywordsRemaining. |
|
createdBy |
|
The field createdBy. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
lastModifiedTime |
string(date-time)
|
The field lastModifiedTime. |
|
environment |
|
The field environment. |
|
metadata |
|
The field metadata. |
|
expirationTime |
string(date-time)
|
The field expirationTime. |
|
testLinks |
array of (TestLinksItem)
|
The field testLinks. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
status |
string
|
The field status. |
|
target |
string
|
The field target. |
|
error |
|
The field error. |
Summary:
Description: The field error.
Properties:
|
Name |
Type |
Summary |
|
code |
string
|
The field code. |
|
message |
string
|
The field message. |
Summary:
Description: The field connectionParameters.
Properties:
|
Name |
Type |
Summary |
|
sku |
string
|
The field sku. |
|
workflowName |
string
|
The field workflowName. |
|
workflowPath |
string
|
The field workflowPath. |
|
workflowEndpoint |
string
|
The field workflowEndpoint. |
|
workFlowCallbackUri |
string
|
The field workFlowCallbackUri. |
|
$connections |
|
The field $connections. |
|
server |
string
|
The field server. |
|
database |
string
|
The field database. |
Summary:
Description: The field $connections.
Properties:
|
Name |
Type |
Summary |
|
shared_msnweather |
|
The field shared_msnweather. |
|
shared_flowpush |
|
The field shared_flowpush. |
Summary:
Description: The field shared_msnweather.
Properties:
|
Name |
Type |
Summary |
|
apiId |
string
|
The field apiId. |
|
connectionId |
string
|
The field connectionId. |
|
source |
string
|
The field source. |
Summary:
Description: The field shared_flowpush.
Properties:
|
Name |
Type |
Summary |
|
apiId |
string
|
The field apiId. |
|
connectionId |
string
|
The field connectionId. |
|
source |
string
|
The field source. |
Summary:
Description: The field createdBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field environment.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
name |
string
|
The field name. |
Summary:
Description: The field metadata.
Properties:
|
Name |
Type |
Summary |
|
shared_msnweather |
string
|
The field shared_msnweather. |
|
shared_flowpush |
string
|
The field shared_flowpush. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
requestUri |
string
|
The field requestUri. |
|
method |
string
|
The field method. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
iconUri |
string
|
The field iconUri. |
|
iconBrandColor |
string
|
The field iconBrandColor. |
|
apiEnvironment |
string
|
The field apiEnvironment. |
|
isCustomApi |
boolean
|
The field isCustomApi. |
|
connectionParameters |
|
The field connectionParameters. |
|
runtimeUrls |
array of (string)
|
The field runtimeUrls. |
|
primaryRuntimeUrl |
string
|
The field primaryRuntimeUrl. |
|
metadata |
|
The field metadata. |
|
capabilities |
array of (string)
|
The field capabilities. |
|
interfaces |
|
The field interfaces. |
|
description |
string
|
The field description. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
changedTime |
string(date-time)
|
The field changedTime. |
|
releaseTag |
string
|
The field releaseTag. |
|
tier |
string
|
The field tier. |
|
publisher |
string
|
The field publisher. |
|
scopes |
|
The field scopes. |
Summary:
Description: The field connectionParameters.
Properties:
|
Name |
Type |
Summary |
|
token |
|
The field token. |
Summary:
Description: The field token.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
oAuthSettings |
|
The field oAuthSettings. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description: The field oAuthSettings.
Properties:
|
Name |
Type |
Summary |
|
identityProvider |
string
|
The field identityProvider. |
|
clientId |
string
|
The field clientId. |
|
scopes |
array of (string)
|
The field scopes. |
|
redirectUrl |
string
|
The field redirectUrl. |
|
properties |
|
The field properties. |
|
customParameters |
|
The field customParameters. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
IsFirstParty |
string
|
The field IsFirstParty. |
Summary:
Description: The field customParameters.
Properties:
|
Name |
Type |
Summary |
|
capability |
|
The field capability. |
Summary:
Description: The field capability.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
tooltip |
string
|
The field tooltip. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
required |
string
|
The field required. |
Summary:
Description: The field metadata.
Properties:
|
Name |
Type |
Summary |
|
source |
string
|
The field source. |
|
brandColor |
string
|
The field brandColor. |
Summary:
Description: The field interfaces.
Properties:
|
Name |
Type |
Summary |
|
CDPBlob0 |
|
The field CDPBlob0. |
|
CDPBlob1 |
|
The field CDPBlob1. |
Summary:
Description: The field CDPBlob0.
Properties:
|
Name |
Type |
Summary |
|
revisions |
|
The field revisions. |
Summary:
Description: The field revisions.
Properties:
|
Name |
Type |
Summary |
|
1 |
|
The field 1. |
Summary:
Description: The field 1.
Properties:
|
Name |
Type |
Summary |
|
baseUrl |
string
|
The field baseUrl. |
|
status |
string
|
The field status. |
|
deprecated |
boolean
|
The field deprecated. |
Summary:
Description: The field CDPBlob1.
Properties:
|
Name |
Type |
Summary |
|
revisions |
|
The field revisions. |
Summary:
Description: The field revisions.
Properties:
|
Name |
Type |
Summary |
|
1 |
|
The field 1. |
Summary:
Description: The field 1.
Properties:
|
Name |
Type |
Summary |
|
baseUrl |
string
|
The field baseUrl. |
|
status |
string
|
The field status. |
Summary:
Description: The field scopes.
Properties:
|
Name |
Type |
Summary |
|
will |
array of (string)
|
The field will. |
|
wont |
array of (string)
|
The field wont. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
roleName |
string
|
The field roleName. |
|
principal |
|
The field principal. |
|
notifyShareTargetOption |
string
|
The field notifyShareTargetOption. |
Summary:
Description: The field principal.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
iconUri |
string
|
The field iconUri. |
|
iconBrandColor |
string
|
The field iconBrandColor. |
|
apiEnvironment |
string
|
The field apiEnvironment. |
|
isCustomApi |
boolean
|
The field isCustomApi. |
|
connectionParameters |
|
The field connectionParameters. |
|
runtimeUrls |
array of (string)
|
The field runtimeUrls. |
|
primaryRuntimeUrl |
string
|
The field primaryRuntimeUrl. |
|
metadata |
|
The field metadata. |
|
capabilities |
array of (string)
|
The field capabilities. |
|
interfaces |
|
The field interfaces. |
|
description |
string
|
The field description. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
changedTime |
string(date-time)
|
The field changedTime. |
|
releaseTag |
string
|
The field releaseTag. |
|
tier |
string
|
The field tier. |
|
publisher |
string
|
The field publisher. |
|
scopes |
|
The field scopes. |
Summary:
Description: The field connectionParameters.
Properties:
|
Name |
Type |
Summary |
|
token |
|
The field token. |
|
gateway |
|
The field gateway. |
|
authType |
|
The field authType. |
|
username |
|
The field username. |
|
password |
|
The field password. |
Summary:
Description: The field token.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
oAuthSettings |
|
The field oAuthSettings. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description: The field oAuthSettings.
Properties:
|
Name |
Type |
Summary |
|
identityProvider |
string
|
The field identityProvider. |
|
clientId |
string
|
The field clientId. |
|
scopes |
array of (string)
|
The field scopes. |
|
redirectUrl |
string
|
The field redirectUrl. |
|
properties |
|
The field properties. |
|
customParameters |
|
The field customParameters. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
IsFirstParty |
string
|
The field IsFirstParty. |
Summary:
Description: The field customParameters.
Properties:
|
Name |
Type |
Summary |
|
capability |
|
The field capability. |
Summary:
Description: The field capability.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
tooltip |
string
|
The field tooltip. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
required |
string
|
The field required. |
|
capability |
array of (string)
|
The field capability. |
Summary:
Description: The field gateway.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
gatewaySettings |
|
The field gatewaySettings. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description: The field gatewaySettings.
Properties:
|
Name |
Type |
Summary |
|
dataSourceType |
string
|
The field dataSourceType. |
|
connectionDetails |
array of (string)
|
The field connectionDetails. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
tabIndex |
integer(int32)
|
The field tabIndex. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
hidden |
string
|
The field hidden. |
|
capability |
array of (string)
|
The field capability. |
Summary:
Description: The field authType.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
allowedValues |
array of (AllowedValuesItem)
|
The field allowedValues. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
tooltip |
string
|
The field tooltip. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
tabIndex |
integer(int32)
|
The field tabIndex. |
|
required |
string
|
The field required. |
|
allowedValues |
array of (AllowedValuesItem)
|
The field allowedValues. |
|
capability |
array of (string)
|
The field capability. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
text |
string
|
The field text. |
|
value |
string
|
The field value. |
Summary:
Description: The field username.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
tooltip |
string
|
The field tooltip. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
tabIndex |
integer(int32)
|
The field tabIndex. |
|
clearText |
boolean
|
The field clearText. |
|
required |
string
|
The field required. |
|
capability |
array of (string)
|
The field capability. |
Summary:
Description: The field password.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
uiDefinition |
|
The field uiDefinition. |
Summary:
Description: The field uiDefinition.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
tooltip |
string
|
The field tooltip. |
|
constraints |
|
The field constraints. |
Summary:
Description: The field constraints.
Properties:
|
Name |
Type |
Summary |
|
tabIndex |
integer(int32)
|
The field tabIndex. |
|
required |
string
|
The field required. |
|
capability |
array of (string)
|
The field capability. |
Summary:
Description: The field metadata.
Properties:
|
Name |
Type |
Summary |
|
source |
string
|
The field source. |
|
brandColor |
string
|
The field brandColor. |
Summary:
Description: The field interfaces.
Properties:
|
Name |
Type |
Summary |
|
CDPTabular1 |
|
The field CDPTabular1. |
|
CDPBlob0 |
|
The field CDPBlob0. |
|
CDPBlob1 |
|
The field CDPBlob1. |
Summary:
Description: The field CDPTabular1.
Properties:
|
Name |
Type |
Summary |
|
revisions |
|
The field revisions. |
Summary:
Description: The field revisions.
Properties:
|
Name |
Type |
Summary |
|
1 |
|
The field 1. |
Summary:
Description: The field 1.
Properties:
|
Name |
Type |
Summary |
|
baseUrl |
string
|
The field baseUrl. |
|
status |
string
|
The field status. |
Summary:
Description: The field CDPBlob0.
Properties:
|
Name |
Type |
Summary |
|
revisions |
|
The field revisions. |
Summary:
Description: The field revisions.
Properties:
|
Name |
Type |
Summary |
|
1 |
|
The field 1. |
Summary:
Description: The field 1.
Properties:
|
Name |
Type |
Summary |
|
baseUrl |
string
|
The field baseUrl. |
|
status |
string
|
The field status. |
|
deprecated |
boolean
|
The field deprecated. |
Summary:
Description: The field CDPBlob1.
Properties:
|
Name |
Type |
Summary |
|
revisions |
|
The field revisions. |
Summary:
Description: The field revisions.
Properties:
|
Name |
Type |
Summary |
|
1 |
|
The field 1. |
Summary:
Description: The field 1.
Properties:
|
Name |
Type |
Summary |
|
baseUrl |
string
|
The field baseUrl. |
|
status |
string
|
The field status. |
Summary:
Description: The field scopes.
Properties:
|
Name |
Type |
Summary |
|
will |
array of (string)
|
The field will. |
|
wont |
array of (string)
|
The field wont. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (ValueItem)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
name |
string
|
The field name. |
|
location |
string
|
The field location. |
|
type |
string
|
The field type. |
|
properties |
|
The field properties. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
azureRegionHint |
string
|
The field azureRegionHint. |
|
displayName |
string(date-time)
|
The field displayName. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
createdBy |
|
The field createdBy. |
|
provisioningState |
string
|
The field provisioningState. |
|
creationType |
string
|
The field creationType. |
|
environmentSku |
string
|
The field environmentSku. |
|
environmentType |
string
|
The field environmentType. |
|
isDefault |
boolean
|
The field isDefault. |
|
permissions |
|
The field permissions. |
|
runtimeEndpoints |
|
The field runtimeEndpoints. |
|
lastModifiedTime |
string(date-time)
|
The field lastModifiedTime. |
|
lastModifiedBy |
|
The field lastModifiedBy. |
|
linkedEnvironmentMetadata |
|
The field linkedEnvironmentMetadata. |
|
softDeletedTime |
string(date-time)
|
The field softDeletedTime. |
|
provisioningDetails |
|
The field provisioningDetails. |
Summary:
Description: The field createdBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
type |
string
|
The field type. |
|
|
string
|
The field email. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field permissions.
Properties:
|
Name |
Type |
Summary |
|
CreatePowerApp |
|
The field CreatePowerApp. |
|
ReadEnvironment |
|
The field ReadEnvironment. |
|
GenerateResourceStorage |
|
The field GenerateResourceStorage. |
|
CreateGateway |
|
The field CreateGateway. |
|
CreateFlow |
|
The field CreateFlow. |
|
CreateCustomApi |
|
The field CreateCustomApi. |
|
ExportEnvironmentPackage |
|
The field ExportEnvironmentPackage. |
|
ImportEnvironmentPackage |
|
The field ImportEnvironmentPackage. |
|
CreateFunction |
|
The field CreateFunction. |
|
AdminReadEnvironment |
|
The field AdminReadEnvironment. |
|
UpdateEnvironment |
|
The field UpdateEnvironment. |
|
DeleteEnvironment |
|
The field DeleteEnvironment. |
|
SetDLPPolicy |
|
The field SetDLPPolicy. |
|
ListAnyPowerApp |
|
The field ListAnyPowerApp. |
|
ListAnyFlow |
|
The field ListAnyFlow. |
|
DeleteAnyPowerApp |
|
The field DeleteAnyPowerApp. |
|
DeleteAnyFlow |
|
The field DeleteAnyFlow. |
|
AddEnvironmentRoleAssignment |
|
The field AddEnvironmentRoleAssignment. |
|
ReadEnvironmentRoleInformation |
ReadEnvironmentRoleInformation
|
The field ReadEnvironmentRoleInformation. |
|
RemoveEnvironmentRoleAssignment |
RemoveEnvironmentRoleAssignment
|
The field RemoveEnvironmentRoleAssignment. |
|
ModifyDatabaseRoleAssignments |
|
The field ModifyDatabaseRoleAssignments. |
|
CreateDatabase |
|
The field CreateDatabase. |
|
ManageAnyPowerApp |
|
The field ManageAnyPowerApp. |
|
ManageAnyConnection |
|
The field ManageAnyConnection. |
|
ManageCDSMigration |
|
The field ManageCDSMigration. |
|
ManageTalentEnvironmentSettings |
ManageTalentEnvironmentSettings
|
The field ManageTalentEnvironmentSettings. |
|
ManageAnyCustomApi |
|
The field ManageAnyCustomApi. |
|
ListAnyFunction |
|
The field ListAnyFunction. |
|
DeleteAnyFunction |
|
The field DeleteAnyFunction. |
Summary:
Description: The field CreatePowerApp.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ReadEnvironment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field GenerateResourceStorage.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field CreateGateway.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field CreateFlow.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field CreateCustomApi.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ExportEnvironmentPackage.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ImportEnvironmentPackage.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field CreateFunction.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field AdminReadEnvironment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field UpdateEnvironment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field DeleteEnvironment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field SetDLPPolicy.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ListAnyPowerApp.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ListAnyFlow.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field DeleteAnyPowerApp.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field DeleteAnyFlow.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field AddEnvironmentRoleAssignment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ReadEnvironmentRoleInformation.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field RemoveEnvironmentRoleAssignment.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ModifyDatabaseRoleAssignments.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field CreateDatabase.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ManageAnyPowerApp.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ManageAnyConnection.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ManageCDSMigration.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ManageTalentEnvironmentSettings.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ManageAnyCustomApi.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field ListAnyFunction.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field DeleteAnyFunction.
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
The field displayName. |
Summary:
Description: The field runtimeEndpoints.
Properties:
|
Name |
Type |
Summary |
|
microsoft.BusinessAppPlatform |
string
|
The field microsoft BusinessAppPlatform. |
|
microsoft.CommonDataModel |
string
|
The field microsoft CommonDataModel. |
|
microsoft.PowerApps |
string
|
The field microsoft Power Apps. |
|
microsoft.Flow |
string
|
The field microsoft Flow. |
Summary:
Description: The field lastModifiedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field linkedEnvironmentMetadata.
Properties:
|
Name |
Type |
Summary |
|
type |
string
|
The field type. |
|
resourceId |
string
|
The field resourceId. |
|
friendlyName |
string
|
The field friendlyName. |
|
uniqueName |
string
|
The field uniqueName. |
|
domainName |
string
|
The field domainName. |
|
version |
string
|
The field version. |
|
instanceUrl |
string
|
The field instanceUrl. |
|
instanceApiUrl |
string
|
The field instanceApiUrl. |
|
baseLanguage |
integer(int32)
|
The field baseLanguage. |
|
instanceState |
string
|
The field instanceState. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
modifiedTime |
string(date-time)
|
The field modifiedTime. |
|
hostNameSuffix |
string
|
The field hostNameSuffix. |
|
bapSolutionId |
string
|
The field bapSolutionId. |
|
creationTemplates |
array of (string)
|
The field creationTemplates. |
|
managementPackageVersion |
string
|
The field managementPackageVersion. |
Summary:
Description: The field provisioningDetails.
Properties:
|
Name |
Type |
Summary |
|
message |
string
|
The field message. |
|
operations |
array of (OperationsItem)
|
The field operations. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
httpStatus |
string
|
The field httpStatus. |
|
code |
string
|
The field code. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
tags |
|
The field tags. |
|
properties |
|
The field properties. |
Summary:
Description: The field tags.
Properties:
|
Name |
Type |
Summary |
|
primaryDeviceWidth |
string
|
The field primaryDeviceWidth. |
|
primaryDeviceHeight |
string
|
The field primaryDeviceHeight. |
|
sienaVersion |
string
|
The field sienaVersion. |
|
deviceCapabilities |
string
|
The field deviceCapabilities. |
|
supportsPortrait |
string
|
The field supportsPortrait. |
|
supportsLandscape |
string
|
The field supportsLandscape. |
|
primaryFormFactor |
string
|
The field primaryFormFactor. |
|
publisherVersion |
string
|
The field publisherVersion. |
|
minimumRequiredApiVersion |
string(date-time)
|
The field minimumRequiredApiVersion. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
appVersion |
string(date-time)
|
The field appVersion. |
|
createdByClientVersion |
|
The field createdByClientVersion. |
|
minClientVersion |
|
The field minClientVersion. |
|
owner |
|
The field owner. |
|
createdBy |
|
The field createdBy. |
|
lastModifiedBy |
|
The field lastModifiedBy. |
|
backgroundColor |
string
|
The field backgroundColor. |
|
backgroundImageUri |
string
|
The field backgroundImageUri. |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
appUris |
|
The field appUris. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
lastModifiedTime |
string(date-time)
|
The field lastModifiedTime. |
|
sharedGroupsCount |
integer(int32)
|
The field sharedGroupsCount. |
|
sharedUsersCount |
integer(int32)
|
The field sharedUsersCount. |
|
appOpenProtocolUri |
string
|
The field appOpenProtocolUri. |
|
appOpenUri |
string
|
The field appOpenUri. |
|
userAppMetadata |
|
The field userAppMetadata. |
|
isFeaturedApp |
boolean
|
The field isFeaturedApp. |
|
bypassConsent |
boolean
|
The field bypassConsent. |
|
isHeroApp |
boolean
|
The field isHeroApp. |
|
environment |
|
The field environment. |
|
appPackageDetails |
|
The field appPackageDetails. |
Summary:
Description: The field createdByClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field minClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field owner.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field createdBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field lastModifiedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field appUris.
Properties:
|
Name |
Type |
Summary |
|
documentUri |
|
The field documentUri. |
|
imageUris |
array of (string)
|
The field imageUris. |
Summary:
Description: The field documentUri.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
|
readonlyValue |
string
|
The field readonlyValue. |
Summary:
Description: The field userAppMetadata.
Properties:
|
Name |
Type |
Summary |
|
favorite |
string
|
The field favorite. |
|
lastOpenedTime |
string(date-time)
|
The field lastOpenedTime. |
|
includeInAppsList |
boolean
|
The field includeInAppsList. |
Summary:
Description: The field environment.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
name |
string
|
The field name. |
Summary:
Description: The field appPackageDetails.
Properties:
|
Name |
Type |
Summary |
|
playerPackage |
|
The field playerPackage. |
|
webPackage |
|
The field webPackage. |
|
documentServerVersion |
|
The field documentServerVersion. |
|
appPackageResourcesKind |
string
|
The field appPackageResourcesKind. |
|
packagePropertiesJson |
string
|
The field packagePropertiesJson. |
Summary:
Description: The field playerPackage.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
|
readonlyValue |
string
|
The field readonlyValue. |
Summary:
Description: The field webPackage.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
|
readonlyValue |
string
|
The field readonlyValue. |
Summary:
Description: The field documentServerVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
array of (PowerApp)
|
The field value. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
The field name. |
|
id |
string
|
The field id. |
|
type |
string
|
The field type. |
|
tags |
|
The field tags. |
|
properties |
|
The field properties. |
Summary:
Description: The field tags.
Properties:
|
Name |
Type |
Summary |
|
primaryDeviceWidth |
string
|
The field primaryDeviceWidth. |
|
primaryDeviceHeight |
string
|
The field primaryDeviceHeight. |
|
sienaVersion |
string
|
The field sienaVersion. |
|
deviceCapabilities |
string
|
The field deviceCapabilities. |
|
supportsPortrait |
string
|
The field supportsPortrait. |
|
supportsLandscape |
string
|
The field supportsLandscape. |
|
primaryFormFactor |
string
|
The field primaryFormFactor. |
|
publisherVersion |
string
|
The field publisherVersion. |
|
minimumRequiredApiVersion |
string(date-time)
|
The field minimumRequiredApiVersion. |
Summary:
Description: The field properties.
Properties:
|
Name |
Type |
Summary |
|
appVersion |
string(date-time)
|
The field appVersion. |
|
lastDraftVersion |
string(date-time)
|
The field lastDraftVersion. |
|
lifeCycleId |
string
|
The field lifeCycleId. |
|
status |
string
|
The field status. |
|
createdByClientVersion |
|
The field createdByClientVersion. |
|
minClientVersion |
|
The field minClientVersion. |
|
owner |
|
The field owner. |
|
createdBy |
|
The field createdBy. |
|
lastModifiedBy |
|
The field lastModifiedBy. |
|
lastPublishedBy |
|
The field lastPublishedBy. |
|
backgroundColor |
string
|
The field backgroundColor. |
|
backgroundImageUri |
string
|
The field backgroundImageUri. |
|
displayName |
string
|
The field displayName. |
|
description |
string
|
The field description. |
|
appUris |
|
The field appUris. |
|
createdTime |
string(date-time)
|
The field createdTime. |
|
lastModifiedTime |
string(date-time)
|
The field lastModifiedTime. |
|
lastPublishTime |
string(date-time)
|
The field lastPublishTime. |
|
sharedGroupsCount |
integer(int32)
|
The field sharedGroupsCount. |
|
sharedUsersCount |
integer(int32)
|
The field sharedUsersCount. |
|
appOpenProtocolUri |
string
|
The field appOpenProtocolUri. |
|
appOpenUri |
string
|
The field appOpenUri. |
|
userAppMetadata |
|
The field userAppMetadata. |
|
isFeaturedApp |
boolean
|
The field isFeaturedApp. |
|
bypassConsent |
boolean
|
The field bypassConsent. |
|
isHeroApp |
boolean
|
The field isHeroApp. |
|
environment |
|
The field environment. |
Summary:
Description: The field createdByClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field minClientVersion.
Properties:
|
Name |
Type |
Summary |
|
major |
integer(int32)
|
The field major. |
|
minor |
integer(int32)
|
The field minor. |
|
build |
integer(int32)
|
The field build. |
|
revision |
integer(int32)
|
The field revision. |
|
majorRevision |
integer(int32)
|
The field majorRevision. |
|
minorRevision |
integer(int32)
|
The field minorRevision. |
Summary:
Description: The field owner.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field createdBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field lastModifiedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field lastPublishedBy.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
displayName |
string
|
The field displayName. |
|
|
string
|
The field email. |
|
type |
string
|
The field type. |
|
tenantId |
string
|
The field tenantId. |
|
userPrincipalName |
string
|
The field userPrincipalName. |
Summary:
Description: The field appUris.
Properties:
|
Name |
Type |
Summary |
|
documentUri |
|
The field documentUri. |
|
imageUris |
array of (string)
|
The field imageUris. |
Summary:
Description: The field documentUri.
Properties:
|
Name |
Type |
Summary |
|
value |
string
|
The field value. |
|
readonlyValue |
string
|
The field readonlyValue. |
Summary:
Description: The field userAppMetadata.
Properties:
|
Name |
Type |
Summary |
|
favorite |
string
|
The field favorite. |
|
includeInAppsList |
boolean
|
The field includeInAppsList. |
Summary:
Description: The field environment.
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
The field id. |
|
name |
string
|
The field name. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
displayName |
string
|
Display Name of App. |