Connectors Reference

Power Apps for Makers

Power Apps Management Connector for Makers

 

Status: Production

Tier: Standard

Version: 1.0

 

Actions:

Name

Summary

Get-App (string app, [Optional]string api-version)

Get App

Remove-App (string app, [Optional]string api-version)

Remove App

Publish-App (string app, [Optional]string api-version)

Publish App

Set-AppDisplayName (string app, [Optional]string api-version, [Optional]string Content-Type, [Optional]Set-AppDisplayNameParameterBody body)

Set App Display Name

Get-AppVersions (string app, [Optional]string api-version, [advanced][Optional]integer $top)

Get App Versions

Restore-AppVersion (string app, string appVersionName, [Optional]string api-version)

Restore App Version

Get-AppRoleAssignment (string app, [Optional]string api-version, [advanced][Optional]integer $top)

Get App Role Assignments

Edit-AppRoleAssignment (string app, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-AppRoleAssignmentParameterBody body)

Edit App Role Assignment

Get-Connections ([Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)

Get Connections

Remove-Connection (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter)

Remove Connection

Get-ConnectionRoleAssignment (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)

Get Connection Role Assignment

Edit-ConnectionRoleAssignment (string connectorName, string connectionName, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-ConnectionRoleAssignmentParameterBody body)

Edit Connection Role Assignment

Get-Connector (string connectorName, [Optional]string $filter, [Optional]string api-version)

Get Connector

Remove-Connector (string connectorName, [Optional]string api-version, [Optional]string $filter)

Remove Connector

Get-ConnectorRoleAssignment (string connectorName, [Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)

Get Connector Role Assignment

Edit-ConnectorRoleAssignment (string connectorName, [Optional]string api-version, [Optional]string $filter, [Optional]string Content-Type, [Optional]Edit-ConnectorRoleAssignmentParameterBody body)

Edit Connector Role Assignment

Get-Connectors ([Optional]string showApisWithToS, [Optional]string $filter, [Optional]string api-version, [advanced][Optional]integer $top)

Get Connectors

Get-Environments ([Optional]string api-version, [advanced][Optional]integer $top)

Get Environments

Get-Apps ([Optional]string api-version, [Optional]string $filter, [advanced][Optional]integer $top)

Get Apps

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

Edit-AppRoleAssignmentParameterBody

 

Edit-AppRoleAssignmentResponse

 

Edit-ConnectionRoleAssignmentParameterBody

 

Edit-ConnectorRoleAssignmentParameterBody

 

Get-AppRoleAssignmentResponse

 

Get-AppVersionsResponse

 

Get-ConnectionRoleAssignmentResponse

 

Get-ConnectionsResponse

 

Get-ConnectorResponse

 

Get-ConnectorRoleAssignmentResponse

 

Get-ConnectorsResponse

 

Get-EnvironmentsResponse

 

PowerApp

 

ResourceArray[PowerApp]

 

Restore-AppVersionResponse

 

Set-AppDisplayNameParameterBody

 

 

Actions:

Get-App

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

 

Remove-App

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:

 

Publish-App

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:

 

Set-AppDisplayName

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:

 

Get-AppVersions

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:

          Type:Get-AppVersionsResponse

 

Restore-AppVersion

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

 

Get-AppRoleAssignment

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

 

Edit-AppRoleAssignment

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

 

Get-Connections

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:

          Type:Get-ConnectionsResponse

 

Remove-Connection

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:

 

Get-ConnectionRoleAssignment

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

 

Edit-ConnectionRoleAssignment

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:

 

Get-Connector

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:

          Type:Get-ConnectorResponse

 

Remove-Connector

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:

 

Get-ConnectorRoleAssignment

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

 

Edit-ConnectorRoleAssignment

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:

 

Get-Connectors

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:

          Type:Get-ConnectorsResponse

 

Get-Environments

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:

          Type:Get-EnvironmentsResponse

 

Get-Apps

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:

          Type:ResourceArray[PowerApp]

 


 

Edit-AppRoleAssignmentParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

delete

array of (DeleteItem)

 

delete

put

array of (PutItem)

 

put

 

DeleteItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

Role Id of User.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

principal

Principal

 

principal

NotifyShareTargetOption

string

 

Notify ShareTarget Option.

roleName

string

 

Role Name of User.

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

email

string

 

Email of the User.

tenantId

string

 

Tenant Id of the User.

id

string

 

ID of the user.

type

string

 

Type of User.

 


 

Edit-AppRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

put

array of (PutItem)

 

The field put.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

properties

Properties

 

The field properties.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

roleName

string

 

The field roleName.

scope

string

 

The field scope.

principal

Principal

 

The field principal.

resourceResponses

array of (ResourceResponsesItem)

 

The field resourceResponses.

 

Principal

Summary:

Description: The field principal.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

email

string

 

The field email.

type

string

 

The field type.

 

ResourceResponsesItem

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.

 


 

Edit-ConnectionRoleAssignmentParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

delete

array of (DeleteItem)

 

delete

put

array of (PutItem)

 

put

 

DeleteItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

Role Id of User.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

principal

Principal

 

principal

NotifyShareTargetOption

string

 

NotifyShareTargetOption of User.

roleName

string

 

RoleName of User.

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

email

string

 

Email of User.

tenantId

string

 

TenantId of User.

id

string

 

Id of User.

type

string

 

Type of User.

 


 

Edit-ConnectorRoleAssignmentParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

delete

array of (DeleteItem)

 

delete

put

array of (PutItem)

 

put

 

DeleteItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

Role id of User.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

principal

Principal

 

principal

NotifyShareTargetOption

string

 

NotifyShareTargetOption of User.

roleName

string

 

RoleName of User.

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

email

string

 

Email of User.

tenantId

string

 

TenantId of User.

id

string

 

Id of User.

type

string

 

Type of User.

 


 

Get-AppRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

roleName

string

 

The field roleName.

principal

Principal

 

The field principal.

scope

string

 

The field scope.

notifyShareTargetOption

string

 

The field notifyShareTargetOption.

 

Principal

Summary:

Description: The field principal.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

 


 

Get-AppVersionsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

tags

Tags

 

The field tags.

properties

Properties

 

The field properties.

 

Tags

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.

 

Properties

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

CreatedByClientVersion

 

The field createdByClientVersion.

minClientVersion

MinClientVersion

 

The field minClientVersion.

appDefinition

AppDefinition

 

The field appDefinition.

 

CreatedByClientVersion

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.

 

MinClientVersion

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.

 

AppDefinition

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

Tags

 

The field tags.

properties

Properties

 

The field properties.

 

Tags

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.

 

Properties

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

CreatedByClientVersion

 

The field createdByClientVersion.

minClientVersion

MinClientVersion

 

The field minClientVersion.

owner

Owner

 

The field owner.

createdBy

CreatedBy

 

The field createdBy.

lastModifiedBy

LastModifiedBy

 

The field lastModifiedBy.

lastPublishedBy

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

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

UserAppMetadata

 

The field userAppMetadata.

isFeaturedApp

boolean

 

The field isFeaturedApp.

bypassConsent

boolean

 

The field bypassConsent.

isHeroApp

boolean

 

The field isHeroApp.

environment

Environment

 

The field environment.

 

CreatedByClientVersion

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.

 

MinClientVersion

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.

 

Owner

Summary:

Description: The field owner.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

CreatedBy

Summary:

Description: The field createdBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LastModifiedBy

Summary:

Description: The field lastModifiedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LastPublishedBy

Summary:

Description: The field lastPublishedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

AppUris

Summary:

Description: The field appUris.

 

          Properties:

Name

Type

Summary

documentUri

DocumentUri

 

The field documentUri.

imageUris

array of (string)

 

The field imageUris.

 

DocumentUri

Summary:

Description: The field documentUri.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

readonlyValue

string

 

The field readonlyValue.

 

UserAppMetadata

Summary:

Description: The field userAppMetadata.

 

          Properties:

Name

Type

Summary

favorite

string

 

The field favorite.

includeInAppsList

boolean

 

The field includeInAppsList.

 

Environment

Summary:

Description: The field environment.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

name

string

 

The field name.

 


 

Get-ConnectionRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

roleName

string

 

The field roleName.

principal

Principal

 

The field principal.

notifyShareTargetOption

string

 

The field notifyShareTargetOption.

 

Principal

Summary:

Description: The field principal.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

 


 

Get-ConnectionsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

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

ConnectionParameters

 

The field connectionParameters.

keywordsRemaining

integer(int32)

 

The field keywordsRemaining.

createdBy

CreatedBy

 

The field createdBy.

createdTime

string(date-time)

 

The field createdTime.

lastModifiedTime

string(date-time)

 

The field lastModifiedTime.

environment

Environment

 

The field environment.

metadata

Metadata

 

The field metadata.

expirationTime

string(date-time)

 

The field expirationTime.

testLinks

array of (TestLinksItem)

 

The field testLinks.

 

StatusesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

status

string

 

The field status.

target

string

 

The field target.

error

Error

 

The field error.

 

Error

Summary:

Description: The field error.

 

          Properties:

Name

Type

Summary

code

string

 

The field code.

message

string

 

The field message.

 

ConnectionParameters

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

$connections

 

The field $connections.

server

string

 

The field server.

database

string

 

The field database.

 

$connections

Summary:

Description: The field $connections.

 

          Properties:

Name

Type

Summary

shared_msnweather

Shared_msnweather

 

The field shared_msnweather.

shared_flowpush

Shared_flowpush

 

The field shared_flowpush.

 

Shared_msnweather

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.

 

Shared_flowpush

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.

 

CreatedBy

Summary:

Description: The field createdBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

Environment

Summary:

Description: The field environment.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

name

string

 

The field name.

 

Metadata

Summary:

Description: The field metadata.

 

          Properties:

Name

Type

Summary

shared_msnweather

string

 

The field shared_msnweather.

shared_flowpush

string

 

The field shared_flowpush.

 

TestLinksItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

requestUri

string

 

The field requestUri.

method

string

 

The field method.

 


 

Get-ConnectorResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

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

ConnectionParameters

 

The field connectionParameters.

runtimeUrls

array of (string)

 

The field runtimeUrls.

primaryRuntimeUrl

string

 

The field primaryRuntimeUrl.

metadata

Metadata

 

The field metadata.

capabilities

array of (string)

 

The field capabilities.

interfaces

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

Scopes

 

The field scopes.

 

ConnectionParameters

Summary:

Description: The field connectionParameters.

 

          Properties:

Name

Type

Summary

token

Token

 

The field token.

 

Token

Summary:

Description: The field token.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

oAuthSettings

OAuthSettings

 

The field oAuthSettings.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

OAuthSettings

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

Properties

 

The field properties.

customParameters

CustomParameters

 

The field customParameters.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

IsFirstParty

string

 

The field IsFirstParty.

 

CustomParameters

Summary:

Description: The field customParameters.

 

          Properties:

Name

Type

Summary

capability

Capability

 

The field capability.

 

Capability

Summary:

Description: The field capability.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

 

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

Constraints

 

The field constraints.

 

Constraints

Summary:

Description: The field constraints.

 

          Properties:

Name

Type

Summary

required

string

 

The field required.

 

Metadata

Summary:

Description: The field metadata.

 

          Properties:

Name

Type

Summary

source

string

 

The field source.

brandColor

string

 

The field brandColor.

 

Interfaces

Summary:

Description: The field interfaces.

 

          Properties:

Name

Type

Summary

CDPBlob0

CDPBlob0

 

The field CDPBlob0.

CDPBlob1

CDPBlob1

 

The field CDPBlob1.

 

CDPBlob0

Summary:

Description: The field CDPBlob0.

 

          Properties:

Name

Type

Summary

revisions

Revisions

 

The field revisions.

 

Revisions

Summary:

Description: The field revisions.

 

          Properties:

Name

Type

Summary

1

1

 

The field 1.

 

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.

 

CDPBlob1

Summary:

Description: The field CDPBlob1.

 

          Properties:

Name

Type

Summary

revisions

Revisions

 

The field revisions.

 

Revisions

Summary:

Description: The field revisions.

 

          Properties:

Name

Type

Summary

1

1

 

The field 1.

 

1

Summary:

Description: The field 1.

 

          Properties:

Name

Type

Summary

baseUrl

string

 

The field baseUrl.

status

string

 

The field status.

 

Scopes

Summary:

Description: The field scopes.

 

          Properties:

Name

Type

Summary

will

array of (string)

 

The field will.

wont

array of (string)

 

The field wont.

 


 

Get-ConnectorRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

roleName

string

 

The field roleName.

principal

Principal

 

The field principal.

notifyShareTargetOption

string

 

The field notifyShareTargetOption.

 

Principal

Summary:

Description: The field principal.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

 


 

Get-ConnectorsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

properties

Properties

 

The field properties.

 

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

ConnectionParameters

 

The field connectionParameters.

runtimeUrls

array of (string)

 

The field runtimeUrls.

primaryRuntimeUrl

string

 

The field primaryRuntimeUrl.

metadata

Metadata

 

The field metadata.

capabilities

array of (string)

 

The field capabilities.

interfaces

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

Scopes

 

The field scopes.

 

ConnectionParameters

Summary:

Description: The field connectionParameters.

 

          Properties:

Name

Type

Summary

token

Token

 

The field token.

gateway

Gateway

 

The field gateway.

authType

AuthType

 

The field authType.

username

Username

 

The field username.

password

Password

 

The field password.

 

Token

Summary:

Description: The field token.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

oAuthSettings

OAuthSettings

 

The field oAuthSettings.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

OAuthSettings

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

Properties

 

The field properties.

customParameters

CustomParameters

 

The field customParameters.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

IsFirstParty

string

 

The field IsFirstParty.

 

CustomParameters

Summary:

Description: The field customParameters.

 

          Properties:

Name

Type

Summary

capability

Capability

 

The field capability.

 

Capability

Summary:

Description: The field capability.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

 

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

Constraints

 

The field constraints.

 

Constraints

Summary:

Description: The field constraints.

 

          Properties:

Name

Type

Summary

required

string

 

The field required.

capability

array of (string)

 

The field capability.

 

Gateway

Summary:

Description: The field gateway.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

gatewaySettings

GatewaySettings

 

The field gatewaySettings.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

GatewaySettings

Summary:

Description: The field gatewaySettings.

 

          Properties:

Name

Type

Summary

dataSourceType

string

 

The field dataSourceType.

connectionDetails

array of (string)

 

The field connectionDetails.

 

UiDefinition

Summary:

Description: The field uiDefinition.

 

          Properties:

Name

Type

Summary

tabIndex

integer(int32)

 

The field tabIndex.

constraints

Constraints

 

The field constraints.

 

Constraints

Summary:

Description: The field constraints.

 

          Properties:

Name

Type

Summary

hidden

string

 

The field hidden.

capability

array of (string)

 

The field capability.

 

AuthType

Summary:

Description: The field authType.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

allowedValues

array of (AllowedValuesItem)

 

The field allowedValues.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

AllowedValuesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

 

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

Constraints

 

The field constraints.

 

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.

 

AllowedValuesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

text

string

 

The field text.

value

string

 

The field value.

 

Username

Summary:

Description: The field username.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

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

Constraints

 

The field constraints.

 

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.

 

Password

Summary:

Description: The field password.

 

          Properties:

Name

Type

Summary

type

string

 

The field type.

uiDefinition

UiDefinition

 

The field uiDefinition.

 

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

Constraints

 

The field constraints.

 

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.

 

Metadata

Summary:

Description: The field metadata.

 

          Properties:

Name

Type

Summary

source

string

 

The field source.

brandColor

string

 

The field brandColor.

 

Interfaces

Summary:

Description: The field interfaces.

 

          Properties:

Name

Type

Summary

CDPTabular1

CDPTabular1

 

The field CDPTabular1.

CDPBlob0

CDPBlob0

 

The field CDPBlob0.

CDPBlob1

CDPBlob1

 

The field CDPBlob1.

 

CDPTabular1

Summary:

Description: The field CDPTabular1.

 

          Properties:

Name

Type

Summary

revisions

Revisions

 

The field revisions.

 

Revisions

Summary:

Description: The field revisions.

 

          Properties:

Name

Type

Summary

1

1

 

The field 1.

 

1

Summary:

Description: The field 1.

 

          Properties:

Name

Type

Summary

baseUrl

string

 

The field baseUrl.

status

string

 

The field status.

 

CDPBlob0

Summary:

Description: The field CDPBlob0.

 

          Properties:

Name

Type

Summary

revisions

Revisions

 

The field revisions.

 

Revisions

Summary:

Description: The field revisions.

 

          Properties:

Name

Type

Summary

1

1

 

The field 1.

 

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.

 

CDPBlob1

Summary:

Description: The field CDPBlob1.

 

          Properties:

Name

Type

Summary

revisions

Revisions

 

The field revisions.

 

Revisions

Summary:

Description: The field revisions.

 

          Properties:

Name

Type

Summary

1

1

 

The field 1.

 

1

Summary:

Description: The field 1.

 

          Properties:

Name

Type

Summary

baseUrl

string

 

The field baseUrl.

status

string

 

The field status.

 

Scopes

Summary:

Description: The field scopes.

 

          Properties:

Name

Type

Summary

will

array of (string)

 

The field will.

wont

array of (string)

 

The field wont.

 


 

Get-EnvironmentsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

The field value.

 

ValueItem

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

Properties

 

The field properties.

 

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

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

Permissions

 

The field permissions.

runtimeEndpoints

RuntimeEndpoints

 

The field runtimeEndpoints.

lastModifiedTime

string(date-time)

 

The field lastModifiedTime.

lastModifiedBy

LastModifiedBy

 

The field lastModifiedBy.

linkedEnvironmentMetadata

LinkedEnvironmentMetadata

 

The field linkedEnvironmentMetadata.

softDeletedTime

string(date-time)

 

The field softDeletedTime.

provisioningDetails

ProvisioningDetails

 

The field provisioningDetails.

 

CreatedBy

Summary:

Description: The field createdBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

type

string

 

The field type.

email

string

 

The field email.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

Permissions

Summary:

Description: The field permissions.

 

          Properties:

Name

Type

Summary

CreatePowerApp

CreatePowerApp

 

The field CreatePowerApp.

ReadEnvironment

ReadEnvironment

 

The field ReadEnvironment.

GenerateResourceStorage

GenerateResourceStorage

 

The field GenerateResourceStorage.

CreateGateway

CreateGateway

 

The field CreateGateway.

CreateFlow

CreateFlow

 

The field CreateFlow.

CreateCustomApi

CreateCustomApi

 

The field CreateCustomApi.

ExportEnvironmentPackage

ExportEnvironmentPackage

 

The field ExportEnvironmentPackage.

ImportEnvironmentPackage

ImportEnvironmentPackage

 

The field ImportEnvironmentPackage.

CreateFunction

CreateFunction

 

The field CreateFunction.

AdminReadEnvironment

AdminReadEnvironment

 

The field AdminReadEnvironment.

UpdateEnvironment

UpdateEnvironment

 

The field UpdateEnvironment.

DeleteEnvironment

DeleteEnvironment

 

The field DeleteEnvironment.

SetDLPPolicy

SetDLPPolicy

 

The field SetDLPPolicy.

ListAnyPowerApp

ListAnyPowerApp

 

The field ListAnyPowerApp.

ListAnyFlow

ListAnyFlow

 

The field ListAnyFlow.

DeleteAnyPowerApp

DeleteAnyPowerApp

 

The field DeleteAnyPowerApp.

DeleteAnyFlow

DeleteAnyFlow

 

The field DeleteAnyFlow.

AddEnvironmentRoleAssignment

AddEnvironmentRoleAssignment

 

The field AddEnvironmentRoleAssignment.

ReadEnvironmentRoleInformation

ReadEnvironmentRoleInformation

 

The field ReadEnvironmentRoleInformation.

RemoveEnvironmentRoleAssignment

RemoveEnvironmentRoleAssignment

 

The field RemoveEnvironmentRoleAssignment.

ModifyDatabaseRoleAssignments

ModifyDatabaseRoleAssignments

 

The field ModifyDatabaseRoleAssignments.

CreateDatabase

CreateDatabase

 

The field CreateDatabase.

ManageAnyPowerApp

ManageAnyPowerApp

 

The field ManageAnyPowerApp.

ManageAnyConnection

ManageAnyConnection

 

The field ManageAnyConnection.

ManageCDSMigration

ManageCDSMigration

 

The field ManageCDSMigration.

ManageTalentEnvironmentSettings

ManageTalentEnvironmentSettings

 

The field ManageTalentEnvironmentSettings.

ManageAnyCustomApi

ManageAnyCustomApi

 

The field ManageAnyCustomApi.

ListAnyFunction

ListAnyFunction

 

The field ListAnyFunction.

DeleteAnyFunction

DeleteAnyFunction

 

The field DeleteAnyFunction.

 

CreatePowerApp

Summary:

Description: The field CreatePowerApp.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ReadEnvironment

Summary:

Description: The field ReadEnvironment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

GenerateResourceStorage

Summary:

Description: The field GenerateResourceStorage.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

CreateGateway

Summary:

Description: The field CreateGateway.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

CreateFlow

Summary:

Description: The field CreateFlow.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

CreateCustomApi

Summary:

Description: The field CreateCustomApi.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ExportEnvironmentPackage

Summary:

Description: The field ExportEnvironmentPackage.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ImportEnvironmentPackage

Summary:

Description: The field ImportEnvironmentPackage.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

CreateFunction

Summary:

Description: The field CreateFunction.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

AdminReadEnvironment

Summary:

Description: The field AdminReadEnvironment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

UpdateEnvironment

Summary:

Description: The field UpdateEnvironment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

DeleteEnvironment

Summary:

Description: The field DeleteEnvironment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

SetDLPPolicy

Summary:

Description: The field SetDLPPolicy.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ListAnyPowerApp

Summary:

Description: The field ListAnyPowerApp.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ListAnyFlow

Summary:

Description: The field ListAnyFlow.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

DeleteAnyPowerApp

Summary:

Description: The field DeleteAnyPowerApp.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

DeleteAnyFlow

Summary:

Description: The field DeleteAnyFlow.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

AddEnvironmentRoleAssignment

Summary:

Description: The field AddEnvironmentRoleAssignment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ReadEnvironmentRoleInformation

Summary:

Description: The field ReadEnvironmentRoleInformation.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

RemoveEnvironmentRoleAssignment

Summary:

Description: The field RemoveEnvironmentRoleAssignment.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ModifyDatabaseRoleAssignments

Summary:

Description: The field ModifyDatabaseRoleAssignments.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

CreateDatabase

Summary:

Description: The field CreateDatabase.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ManageAnyPowerApp

Summary:

Description: The field ManageAnyPowerApp.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ManageAnyConnection

Summary:

Description: The field ManageAnyConnection.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ManageCDSMigration

Summary:

Description: The field ManageCDSMigration.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ManageTalentEnvironmentSettings

Summary:

Description: The field ManageTalentEnvironmentSettings.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ManageAnyCustomApi

Summary:

Description: The field ManageAnyCustomApi.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

ListAnyFunction

Summary:

Description: The field ListAnyFunction.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

DeleteAnyFunction

Summary:

Description: The field DeleteAnyFunction.

 

          Properties:

Name

Type

Summary

displayName

string

 

The field displayName.

 

RuntimeEndpoints

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.

 

LastModifiedBy

Summary:

Description: The field lastModifiedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LinkedEnvironmentMetadata

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.

 

ProvisioningDetails

Summary:

Description: The field provisioningDetails.

 

          Properties:

Name

Type

Summary

message

string

 

The field message.

operations

array of (OperationsItem)

 

The field operations.

 

OperationsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

httpStatus

string

 

The field httpStatus.

code

string

 

The field code.

 


 

PowerApp

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

tags

Tags

 

The field tags.

properties

Properties

 

The field properties.

 

Tags

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.

 

Properties

Summary:

Description: The field properties.

 

          Properties:

Name

Type

Summary

appVersion

string(date-time)

 

The field appVersion.

createdByClientVersion

CreatedByClientVersion

 

The field createdByClientVersion.

minClientVersion

MinClientVersion

 

The field minClientVersion.

owner

Owner

 

The field owner.

createdBy

CreatedBy

 

The field createdBy.

lastModifiedBy

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

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

UserAppMetadata

 

The field userAppMetadata.

isFeaturedApp

boolean

 

The field isFeaturedApp.

bypassConsent

boolean

 

The field bypassConsent.

isHeroApp

boolean

 

The field isHeroApp.

environment

Environment

 

The field environment.

appPackageDetails

AppPackageDetails

 

The field appPackageDetails.

 

CreatedByClientVersion

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.

 

MinClientVersion

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.

 

Owner

Summary:

Description: The field owner.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

CreatedBy

Summary:

Description: The field createdBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LastModifiedBy

Summary:

Description: The field lastModifiedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

AppUris

Summary:

Description: The field appUris.

 

          Properties:

Name

Type

Summary

documentUri

DocumentUri

 

The field documentUri.

imageUris

array of (string)

 

The field imageUris.

 

DocumentUri

Summary:

Description: The field documentUri.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

readonlyValue

string

 

The field readonlyValue.

 

UserAppMetadata

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.

 

Environment

Summary:

Description: The field environment.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

name

string

 

The field name.

 

AppPackageDetails

Summary:

Description: The field appPackageDetails.

 

          Properties:

Name

Type

Summary

playerPackage

PlayerPackage

 

The field playerPackage.

webPackage

WebPackage

 

The field webPackage.

documentServerVersion

DocumentServerVersion

 

The field documentServerVersion.

appPackageResourcesKind

string

 

The field appPackageResourcesKind.

packagePropertiesJson

string

 

The field packagePropertiesJson.

 

PlayerPackage

Summary:

Description: The field playerPackage.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

readonlyValue

string

 

The field readonlyValue.

 

WebPackage

Summary:

Description: The field webPackage.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

readonlyValue

string

 

The field readonlyValue.

 

DocumentServerVersion

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.

 


 

ResourceArray[PowerApp]

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (PowerApp)

 

The field value.


 

Restore-AppVersionResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

The field name.

id

string

 

The field id.

type

string

 

The field type.

tags

Tags

 

The field tags.

properties

Properties

 

The field properties.

 

Tags

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.

 

Properties

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

CreatedByClientVersion

 

The field createdByClientVersion.

minClientVersion

MinClientVersion

 

The field minClientVersion.

owner

Owner

 

The field owner.

createdBy

CreatedBy

 

The field createdBy.

lastModifiedBy

LastModifiedBy

 

The field lastModifiedBy.

lastPublishedBy

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

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

UserAppMetadata

 

The field userAppMetadata.

isFeaturedApp

boolean

 

The field isFeaturedApp.

bypassConsent

boolean

 

The field bypassConsent.

isHeroApp

boolean

 

The field isHeroApp.

environment

Environment

 

The field environment.

 

CreatedByClientVersion

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.

 

MinClientVersion

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.

 

Owner

Summary:

Description: The field owner.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

CreatedBy

Summary:

Description: The field createdBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LastModifiedBy

Summary:

Description: The field lastModifiedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

LastPublishedBy

Summary:

Description: The field lastPublishedBy.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

displayName

string

 

The field displayName.

email

string

 

The field email.

type

string

 

The field type.

tenantId

string

 

The field tenantId.

userPrincipalName

string

 

The field userPrincipalName.

 

AppUris

Summary:

Description: The field appUris.

 

          Properties:

Name

Type

Summary

documentUri

DocumentUri

 

The field documentUri.

imageUris

array of (string)

 

The field imageUris.

 

DocumentUri

Summary:

Description: The field documentUri.

 

          Properties:

Name

Type

Summary

value

string

 

The field value.

readonlyValue

string

 

The field readonlyValue.

 

UserAppMetadata

Summary:

Description: The field userAppMetadata.

 

          Properties:

Name

Type

Summary

favorite

string

 

The field favorite.

includeInAppsList

boolean

 

The field includeInAppsList.

 

Environment

Summary:

Description: The field environment.

 

          Properties:

Name

Type

Summary

id

string

 

The field id.

name

string

 

The field name.

 


 

Set-AppDisplayNameParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

displayName

string

 

Display Name of App.