Connectors Reference

Power Apps for Admins

Power Apps Management Connector for Administrators

 

Status: Production

Tier: Standard

Version: 1.0.0

 

Actions:

Name

Summary

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

Get App Role Assignments as Admin

Set-AdminAppOwner (string environment, string app, [Optional]string api-version, [Optional]string Content-Type, [Optional]Set-AdminAppOwnerParameterBody body)

Set App Owner

Get-AdminApps (string environment, [Optional]string api-version, [advanced][Optional]integer $top, [Optional]string $skiptoken)

Get Apps as Admin

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

Get App as Admin

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

Remove App as Admin

Edit-AdminAppRoleAssignment (string environment, string app, [Optional]string api-version, [Optional]string $filter, [Optional]Edit-AdminAppRoleAssignmentParameterBody body)

Edit App Role Assignment as Admin

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

Get Connections as Admin

Remove-AdminConnection (string environment, string connectorName, string connectionName, [Optional]string api-version)

Remove Connection as Admin

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

Get Connection Role Assignments as Admin

Edit-AdminConnectionRoleAssignment (string environment, string connector, string connection, [Optional]string api-version, [Optional]string Content-Type, [Optional]Edit-AdminConnectionRoleAssignmentParameterBody body)

Edit Connection Role Assignment as Admin

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

Get Custom Connectors as Admin

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

Get Connector Role Assignments as Admin

Edit-AdminConnectorRoleAssignment (string environment, string connectorName, [Optional]string api-version, [Optional]string Content-Type, [Optional]Edit-AdminConnectorRoleAssignmentParameterBody body)

Edit Connector Role Assignment as Admin

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

ConnectionReference

 

Edit-AdminAppRoleAssignmentParameterBody

 

Edit-AdminAppRoleAssignmentResponse

 

Edit-AdminConnectionRoleAssignmentParameterBody

 

Edit-AdminConnectorRoleAssignmentParameterBody

 

Get-AdminAppRoleAssignmentResponse

 

Get-AdminConnectionRoleAssignmentResponse

 

Get-AdminConnectionsResponse

 

Get-AdminConnectorRoleAssignmentResponse

 

Get-AdminConnectorsResponse

 

PowerApp

 

ResourceArray[PowerApp]

 

Set-AdminAppOwnerParameterBody

 

 

Actions:

Get-AdminAppRoleAssignment

Summary: Get App Role Assignments as Admin

Description: Returns permissions for a PowerApp.

 

Syntax:

PowerAppsforAdmins.Get-AdminAppRoleAssignment (string environment, string app, [Optional]string api-version, [advanced][Optional]integer $top)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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 in the response.

False

 

Returns:

          Type:Get-AdminAppRoleAssignmentResponse

 

Set-AdminAppOwner

Summary: Set App Owner

Description: Updates a PowerApp's owner role, and specifies the old owner's new role.

 

Syntax:

PowerAppsforAdmins.Set-AdminAppOwner (string environment, string app, [Optional]string api-version, [Optional]string Content-Type, [Optional]Set-AdminAppOwnerParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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-AdminAppOwnerParameterBody

 

 

False

 

Returns:

 

Get-AdminApps

Summary: Get Apps as Admin

Description: Returns a list of apps.

 

Syntax:

PowerAppsforAdmins.Get-AdminApps (string environment, [Optional]string api-version, [advanced][Optional]integer $top, [Optional]string $skiptoken)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

api-version

string

(API Version)

The date value of the API version.

False

$top

integer

(Page size)

Number of Apps in the response.

False

$skiptoken

string

(Skip token)

Used to get next page of responses.

False

 

Returns:

          Type:ResourceArray[PowerApp]

 

Get-AdminApp

Summary: Get App as Admin

Description: Returns a PowerApp.

 

Syntax:

PowerAppsforAdmins.Get-AdminApp (string environment, string app, [Optional]string api-version)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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-AdminApp

Summary: Remove App as Admin

Description: Deletes a PowerApp.

 

Syntax:

PowerAppsforAdmins.Remove-AdminApp (string environment, string app, [Optional]string api-version)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

app

string

(PowerApp Name)

Name field of the PowerApp.

True

api-version

string

(API Version)

The date value of the API version.

False

 

Returns:

 

Edit-AdminAppRoleAssignment

Summary: Edit App Role Assignment as Admin

Description: Sets permissions for a PowerApp.

 

Syntax:

PowerAppsforAdmins.Edit-AdminAppRoleAssignment (string environment, string app, [Optional]string api-version, [Optional]string $filter, [Optional]Edit-AdminAppRoleAssignmentParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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

body

Edit-AdminAppRoleAssignmentParameterBody

 

 

False

 

Returns:

          Type:Edit-AdminAppRoleAssignmentResponse

 

Get-AdminConnections

Summary: Get Connections as Admin

Description: Returns a list of Connections.

 

Syntax:

PowerAppsforAdmins.Get-AdminConnections (string environment, [Optional]string api-version, [advanced][Optional]integer $top)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

api-version

string

(API Version)

The date value of the API version.

False

$top

integer

(Page size)

Number of Connections in the response.

False

 

Returns:

          Type:Get-AdminConnectionsResponse

 

Remove-AdminConnection

Summary: Remove Connection as Admin

Description: Deletes a Connection.

 

Syntax:

PowerAppsforAdmins.Remove-AdminConnection (string environment, string connectorName, string connectionName, [Optional]string api-version)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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

 

Returns:

 

Get-AdminConnectionRoleAssignment

Summary: Get Connection Role Assignments as Admin

Description: Returns all permissions for a Connection.

 

Syntax:

PowerAppsforAdmins.Get-AdminConnectionRoleAssignment (string environment, string connectorName, string connectionName, [Optional]string api-version, [advanced][Optional]integer $top)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

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

$top

integer

(Page size)

Number of Connection Role Assignments in the response.

False

 

Returns:

          Type:Get-AdminConnectionRoleAssignmentResponse

 

Edit-AdminConnectionRoleAssignment

Summary: Edit Connection Role Assignment as Admin

Description: Sets permissions for a Connection.

 

Syntax:

PowerAppsforAdmins.Edit-AdminConnectionRoleAssignment (string environment, string connector, string connection, [Optional]string api-version, [Optional]string Content-Type, [Optional]Edit-AdminConnectionRoleAssignmentParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

connector

string

(Connector Name)

Name field of the Connector.

True

connection

string

(Connection Name)

Name field of the Connection.

True

api-version

string

(API Version)

The date value of the API version.

False

Content-Type

string

(Field Content Type)

The content type of the API request.

False

body

Edit-AdminConnectionRoleAssignmentParameterBody

 

 

False

 

Returns:

 

Get-AdminConnectors

Summary: Get Custom Connectors as Admin

Description: Returns a list of custom Connectors.

 

Syntax:

PowerAppsforAdmins.Get-AdminConnectors (string environment, [Optional]string api-version, [advanced][Optional]integer $top)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

api-version

string

(API Version)

The date value of the API version.

False

$top

integer

(Page size)

Number of Custom Connectors in the response.

False

 

Returns:

          Type:Get-AdminConnectorsResponse

 

Get-AdminConnectorRoleAssignment

Summary: Get Connector Role Assignments as Admin

Description: Returns permissions for a custom Connector.

 

Syntax:

PowerAppsforAdmins.Get-AdminConnectorRoleAssignment (string environment, string connectorName, [Optional]string api-version, [advanced][Optional]integer $top)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

connectorName

string

(Connector Name)

Name field of the Connector.

True

api-version

string

(API Version)

The date value of the API version.

False

$top

integer

(Page size)

Number of Connector Role Assignments in the response.

False

 

Returns:

          Type:Get-AdminConnectorRoleAssignmentResponse

 

Edit-AdminConnectorRoleAssignment

Summary: Edit Connector Role Assignment as Admin

Description: Sets permissions for a Connector.

 

Syntax:

PowerAppsforAdmins.Edit-AdminConnectorRoleAssignment (string environment, string connectorName, [Optional]string api-version, [Optional]string Content-Type, [Optional]Edit-AdminConnectorRoleAssignmentParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

environment

string

(Environment Name)

Name field of the Environment.

True

connectorName

string

(Connector Name)

Name field of the Connector.

True

api-version

string

(API Version)

The date value of the API version.

False

Content-Type

string

(Field Content Type)

The content type of the API request.

False

body

Edit-AdminConnectorRoleAssignmentParameterBody

 

 

False

 

Returns:

 


 

ConnectionReference

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

Connector Id

 

displayName

string

Connector display name

 

iconUri

string

Icon URI

 

dataSources

array of (string)

Data sources

List of data sources for the connection

dependencies

array of (string)

Dependencies

List of dependencies for the connection

dependents

array of (string)

Dependents

List of dependant connectors for the connector

isOnPremiseConnection

boolean

Is on premise connection

Flag indicates on premise data gateway

bypassConsent

boolean

Bypass consent

Flag indicates bypassed api consent

apiTier

string

API tier

Api tier is standard or premium

isCustomApiConnection

boolean

Custom API flag

Flag indicates custom connector


 

Edit-AdminAppRoleAssignmentParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

put

array of (PutItem)

 

put

delete

array of (DeleteItem)

 

delete

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

roleName

string

 

The name of the permission role. Choose from CanView, CanViewWithShare, and CanEdit.

capabilities

array of (string)

 

capabilities

NotifyShareTargetOption

string

 

Notifies the new user if provided the string value 'Notify'.

principal

Principal

 

principal

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

email

string

 

The principal email of the user.

id

string

 

The principal object ID of the user.

type

string

 

The principal type of the user.

tenantId

string

 

The principal tenant ID of the user.

 

DeleteItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

The ID field of the Role Assignment.

 


 

Edit-AdminAppRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

put

array of (PutItem)

 

App Role Assignment put object.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

App Role Assignment ID field.

properties

Properties

 

App Role Assignment properties object.

 

Properties

Summary:

Description: App Role Assignment properties object.

 

          Properties:

Name

Type

Summary

roleName

string

 

App Role Assignment property roleName.

scope

string

 

App Role Assignment property scope.

principal

Principal

 

App Role Assignment principal object.

resourceResponses

array of (ResourceResponsesItem)

 

App Role Assignment resourceResponse object.

 

Principal

Summary:

Description: App Role Assignment principal object.

 

          Properties:

Name

Type

Summary

id

string

 

App Role Assignment principal object ID.

email

string

 

App Role Assignment principal email.

type

string

 

App Role Assignment principal type.

 

ResourceResponsesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

App Role Assignment resourceResponse ID.

statusCode

string

 

App Role Assignment resourceResponse statusCode.

responseCode

string

 

App Role Assignment resourceResponse responseCode.

message

string

 

App Role Assignment resourceResponse message.

type

string

 

App Role Assignment resourceResponse type.

 


 

Edit-AdminConnectionRoleAssignmentParameterBody

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

 

The ID field of the Role Assignment.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

roleName

string

 

The name of the permission role.

principal

Principal

 

principal

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

id

string

 

The principal ID of the user.

 


 

Edit-AdminConnectorRoleAssignmentParameterBody

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

 

The ID field of the Role Assignment.

 

PutItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

roleName

string

 

The name of the role.

principal

Principal

 

principal

 

Principal

Summary:

Description: principal

 

          Properties:

Name

Type

Summary

id

string

 

The principal object ID of the user.

 


 

Get-AdminAppRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

PowerApp Role Assignment value array.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

PowerApp Role Assignment name field.

id

string

 

PowerApp Role Assignment ID field.

type

string

 

PowerApp Role Assignment type field.

properties

Properties

 

PowerApp Role Assignment properties object.

 

Properties

Summary:

Description: PowerApp Role Assignment properties object.

 

          Properties:

Name

Type

Summary

roleName

string

 

PowerApp Role Assignment roleName.

principal

Principal

 

PowerApp Role Assignment principal object.

scope

string

 

PowerApp Role Assignment scope.

notifyShareTargetOption

string

 

PowerApp Role Assignment notifyShareTargetOption.

 

Principal

Summary:

Description: PowerApp Role Assignment principal object.

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp Role Assignment principal object ID.

displayName

string

 

PowerApp Role Assignment principal displayName.

email

string

 

PowerApp Role Assignment principal email.

type

string

 

PowerApp Role Assignment principal type.

 


 

Get-AdminConnectionRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

Connection Role Assignment value array.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

Connection Role Assignment name field.

id

string

 

Connection Role Assignment ID field.

type

string

 

Connection Role Assignment type field.

properties

Properties

 

Connection Role Assignment properties.

 

Properties

Summary:

Description: Connection Role Assignment properties.

 

          Properties:

Name

Type

Summary

roleName

string

 

Connection Role Assignment role name.

principal

Principal

 

Connection Role Assignment principal object.

notifyShareTargetOption

string

 

Connection Role Assignment notify share target option.

 

Principal

Summary:

Description: Connection Role Assignment principal object.

 

          Properties:

Name

Type

Summary

id

string

 

Connection Role Assignment principal object ID.

displayName

string

 

Connection Role Assignment principal displayName.

email

string

 

Connection Role Assignment principal email.

type

string

 

Connection Role Assignment principal type.

 


 

Get-AdminConnectionsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

Connection value array.

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

Connection name field.

id

string

 

Connection ID field.

type

string

 

Connection type field.

properties

Properties

 

Connection properties.

 

Properties

Summary:

Description: Connection properties.

 

          Properties:

Name

Type

Summary

apiId

string

 

Connection property apiId.

displayName

string

 

Connection property displayName.

iconUri

string

 

Connection icon URI.

statuses

array of (StatusesItem)

 

Connection statuses.

connectionParameters

ConnectionParameters

 

Connection property parameters object.

keywordsRemaining

integer(int32)

 

Connection property keywordsRemaining.

createdBy

CreatedBy

 

Connection creator principal object.

createdTime

string(date-time)

 

Connection created time.

lastModifiedTime

string(date-time)

 

Connection last modified time.

environment

Environment

 

Connection Environment object.

expirationTime

string(date-time)

 

Connection property expirationTime.

testLinks

array of (TestLinksItem)

 

Connection property testLinks.

 

StatusesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

status

string

 

Connection status.

target

string

 

Connection status target.

error

Error

 

Connection status error.

 

Error

Summary:

Description: Connection status error.

 

          Properties:

Name

Type

Summary

code

string

 

Connection status error code.

message

string

 

Connection status error message.

 

ConnectionParameters

Summary:

Description: Connection property parameters object.

 

          Properties:

Name

Type

Summary

sku

string

 

Connection parameter sku.

workflowName

string

 

Connection parameter workflow name.

workflowPath

string

 

Connection parameter workflow path.

workflowEndpoint

string

 

Connection parameter workflow endpoint.

workFlowCallbackUri

string

 

Connection parameter workFlow Callback URI.

server

string

 

Connection parameter server.

database

string

 

Connection parameter database.

 

CreatedBy

Summary:

Description: Connection creator principal object.

 

          Properties:

Name

Type

Summary

id

string

 

Connection creator principal object ID.

displayName

string

 

Connection creator principal display name.

email

string

 

Connection creator principal email.

type

string

 

Connection creator principal type.

tenantId

string

 

Connection creator principal tenantId.

userPrincipalName

string

 

Connection creator user principal name.

 

Environment

Summary:

Description: Connection Environment object.

 

          Properties:

Name

Type

Summary

id

string

 

Connection Environment ID.

name

string

 

Connection Environment name.

 

TestLinksItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

requestUri

string

 

Connection property testLink requestUri.

method

string

 

Connection property testLink method

 


 

Get-AdminConnectorRoleAssignmentResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

value

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

Connector Role Assignment name field.

id

string

 

Connector Role Assignment ID field.

type

string

 

Connector Role Assignment type field.

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

roleName

string

 

Connector Role Assignment role name.

principal

Principal

 

Connector Role Assignment principal object.

notifyShareTargetOption

string

 

The Name field of the notifyShareTargetOption.

 

Principal

Summary:

Description: Connector Role Assignment principal object.

 

          Properties:

Name

Type

Summary

id

string

 

Connector Role Assignment principal object ID.

displayName

string

 

Connector Role Assignment principal displayName.

email

string

 

Connector Role Assignment principal email.

type

string

 

Connector Role Assignment principal type.

 


 

Get-AdminConnectorsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (ValueItem)

 

value

 

ValueItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

name

string

 

Connector name field.

id

string

 

Connector id field.

type

string

 

Connector type field.

properties

Properties

 

properties

 

Properties

Summary:

Description: properties

 

          Properties:

Name

Type

Summary

displayName

string

 

Connector property displayName.

iconUri

string

 

Connector icon Uri.

iconBrandColor

string

 

Connector icon brand color.

apiEnvironment

string

 

Connector api Environment.

isCustomApi

boolean

 

True if the Connector is a Custom Api.

connectionParameters

ConnectionParameters

 

Connector connection parameters.

runtimeUrls

array of (string)

 

runtimeUrls

primaryRuntimeUrl

string

 

Connector primary Runtime Url.

metadata

Metadata

 

metadata

capabilities

array of (string)

 

Connector capabilities.

description

string

 

Connector description.

apiDefinitions

ApiDefinitions

 

Connector api definitions.

createdBy

CreatedBy

 

Connector creator's principal object.

modifiedBy

ModifiedBy

 

Connector last modified by principal object.

createdTime

string(date-time)

 

Connector created time.

changedTime

string(date-time)

 

Connector changed time.

environment

Environment

 

Connector Environment.

tier

string

 

Connector tier.

publisher

string

 

Connector publisher's principal display name.

 

ConnectionParameters

Summary:

Description: Connector connection parameters.

 

          Properties:

Name

Type

Summary

 

Metadata

Summary:

Description: metadata

 

          Properties:

Name

Type

Summary

source

string

 

Connector source metadata.

brandColor

string

 

Connector brand Color metadata.

contact

Contact

 

contact

license

License

 

license

publisherUrl

string

 

Connector publisher URL metadata.

serviceUrl

string

 

Connector service URL metadata.

documentationUrl

string

 

Connector documentation URL.

environment

string

 

Connector environment metadata.

allowSharing

boolean

 

Connector allow Sharing field.

 

Contact

Summary:

Description: contact

 

          Properties:

Name

Type

Summary

 

License

Summary:

Description: license

 

          Properties:

Name

Type

Summary

 

ApiDefinitions

Summary:

Description: Connector api definitions.

 

          Properties:

Name

Type

Summary

originalSwaggerUrl

string

 

Connector original swagger URL.

modifiedSwaggerUrl

string

 

Connector modified swagger URL.

 

CreatedBy

Summary:

Description: Connector creator's principal object.

 

          Properties:

Name

Type

Summary

id

string

 

Connector creator's principal object ID.

displayName

string

 

Connector creator's principal displayName.

email

string

 

Connector creator's principal email.

type

string

 

Connector creator's principal type.

tenantId

string

 

Connector creator's principal tenantId.

userPrincipalName

string

 

Connector creator's user principal name.

 

ModifiedBy

Summary:

Description: Connector last modified by principal object.

 

          Properties:

Name

Type

Summary

id

string

 

Connector last modified by principal object ID.

displayName

string

 

Connector last modified by principal displayName.

email

string

 

Connector last modified by principal email.

type

string

 

Connector last modified by principal type.

tenantId

string

 

Connector last modified by principal tenantId.

userPrincipalName

string

 

Connector last modified by user principal name.

 

Environment

Summary:

Description: Connector Environment.

 

          Properties:

Name

Type

Summary

id

string

 

Connector Environment ID.

name

string

 

Connector Environment name.

 


 

PowerApp

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp ID field.

name

string

 

PowerApp name field.

properties

Properties

 

PowerApp properties object.

tags

Tags

 

tags

type

string

 

PowerApp type field.

 

Properties

Summary:

Description: PowerApp properties object.

 

          Properties:

Name

Type

Summary

appVersion

string(date-time)

 

PowerApp property appVersion.

createdByClientVersion

CreatedByClientVersion

 

PowerApp property createdByClientVersion object.

minClientVersion

MinClientVersion

 

PowerApp property minClientVersion object.

owner

Owner

 

PowerApp owner principal object.

createdBy

CreatedBy

 

PowerApp createdBy principal object.

lastModifiedBy

LastModifiedBy

 

PowerApp lastModifiedBy object.

backgroundColor

string

 

PowerApp backgroundColor.

backgroundImageUri

string

 

PowerApp backgroundImageUri.

displayName

string

 

PowerApp displayName.

description

string

 

PowerApp description.

appUris

AppUris

 

PowerApp appUri object.

createdTime

string(date-time)

 

PowerApp property createdTime.

lastModifiedTime

string(date-time)

 

PowerApp property lastModifiedTime.

sharedGroupsCount

integer(int32)

 

PowerApp property sharedGroupsCount.

sharedUsersCount

integer(int32)

 

PowerApp property sharedUsersCount.

appOpenProtocolUri

string

 

PowerApp property appOpenProtocolUri.

appOpenUri

string

 

PowerApp property appOpenUri.

userAppMetadata

UserAppMetadata

 

PowerApp property userAppMetadata object.

isFeaturedApp

boolean

 

PowerApp property isFeaturedApp.

bypassConsent

boolean

 

PowerApp property bypassConsent.

isHeroApp

boolean

 

PowerApp property isHeroApp.

environment

Environment

 

PowerApp Environment property object.

connectionReferences

array of (ConnectionReference)

 

 

 

CreatedByClientVersion

Summary:

Description: PowerApp property createdByClientVersion object.

 

          Properties:

Name

Type

Summary

major

integer(int32)

 

PowerApp property createdByClientVersion major.

minor

integer(int32)

 

PowerApp property createdByClientVersion minor.

build

integer(int32)

 

PowerApp property createdByClientVersion build.

revision

integer(int32)

 

PowerApp property createdByClientVersion revision.

majorRevision

integer(int32)

 

PowerApp property createdByClientVersion majorRevision.

minorRevision

integer(int32)

 

PowerApp property createdByClientVersion minorRevision.

 

MinClientVersion

Summary:

Description: PowerApp property minClientVersion object.

 

          Properties:

Name

Type

Summary

major

integer(int32)

 

PowerApp property minClientVersion major.

minor

integer(int32)

 

PowerApp property minClientVersion minor.

build

integer(int32)

 

PowerApp property minClientVersion build.

revision

integer(int32)

 

PowerApp property minClientVersion revision.

majorRevision

integer(int32)

 

PowerApp property minClientVersion majorRevision.

minorRevision

integer(int32)

 

PowerApp property minClientVersion minorRevision.

 

Owner

Summary:

Description: PowerApp owner principal object.

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp owner principal user ID.

displayName

string

 

PowerApp owner principal displayName.

email

string

 

PowerApp owner principal email.

type

string

 

PowerApp owner principal type.

tenantId

string

 

PowerApp owner principal tenantId.

userPrincipalName

string

 

PowerApp owner principal userPrincipalName.

 

CreatedBy

Summary:

Description: PowerApp createdBy principal object.

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp creator principal object ID.

displayName

string

 

PowerApp creator principal displayName.

email

string

 

PowerApp creator principal email.

type

string

 

PowerApp creator principal type.

tenantId

string

 

PowerApp creator principal tenantId.

userPrincipalName

string

 

PowerApp creator principal userPrincipalName.

 

LastModifiedBy

Summary:

Description: PowerApp lastModifiedBy object.

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp last modified by principal object ID.

displayName

string

 

PowerApp last modified by principal displayName.

email

string

 

PowerApp last modified by principal email.

type

string

 

PowerApp last modified by principal type.

tenantId

string

 

PowerApp last modified by principal tenantId.

userPrincipalName

string

 

PowerApp last modified by principal userPrincipalName.

 

AppUris

Summary:

Description: PowerApp appUri object.

 

          Properties:

Name

Type

Summary

documentUri

DocumentUri

 

PowerApp appUri documentUri object.

imageUris

array of (string)

 

PowerApp appUri imageUris array.

 

DocumentUri

Summary:

Description: PowerApp appUri documentUri object.

 

          Properties:

Name

Type

Summary

value

string

 

PowerApp appUri documentUri value.

readonlyValue

string

 

PowerApp appUri documentUri readonlyValue.

 

UserAppMetadata

Summary:

Description: PowerApp property userAppMetadata object.

 

          Properties:

Name

Type

Summary

favorite

string

 

PowerApp property userAppMetadata favorite.

includeInAppsList

boolean

 

PowerApp property userAppMetadata includeInAppsList.

 

Environment

Summary:

Description: PowerApp Environment property object.

 

          Properties:

Name

Type

Summary

id

string

 

PowerApp Environment ID.

name

string

 

PowerApp Environment name.

 

Tags

Summary:

Description: tags

 

          Properties:

Name

Type

Summary

primaryDeviceWidth

string

 

PowerApp tag primaryDeviceWidth.

primaryDeviceHeight

string

 

PowerApp tag primaryDeviceHeight.

sienaVersion

string

 

PowerApp tag sienaVersion.

deviceCapabilities

string

 

PowerApp tag deviceCapabilities.

supportsPortrait

string

 

PowerApp tag supportsPortrait.

supportsLandscape

string

 

PowerApp tag supportsLandscape.

primaryFormFactor

string

 

PowerApp tag primaryFormFactor.

publisherVersion

string

 

PowerApp tag publisherVersion.

minimumRequiredApiVersion

string(date-time)

 

PowerApp tag minimumRequiredApiVersion.

 


 

ResourceArray[PowerApp]

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (PowerApp)

 

 

nextLink

string

 

The URL to get the next page of the Apps list. Contains the skiptoken.


 

Set-AdminAppOwnerParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

roleForOldAppOwner

string

roleForOldAppOwner

The role name for the old app owner. Choose from CanView, CanViewWithShare, or CanEdit.

newAppOwner

string

newAppOwner

The principal object ID of the new owner.