< Back

Get-DrmmAccountComponents

Mon Jan 13, 2020 8:59 am

NAME Get-DrmmAccountComponents



SYNOPSIS

Fetches the components records of the authenticated user's account.





SYNTAX

Get-DrmmAccountComponents [<CommonParameters>]





DESCRIPTION

Returns account installed components.



ComponentsPage {

components (Array[Component]),

pageDetails (PaginationData)

}

Component {

categoryCode (string, optional),

credentialsRequired (boolean, optional),

description (string, optional),

id (integer, optional),

name (string, optional),

uid (string, optional),

variables (Array[ComponentVariable], optional)

}

PaginationData {

count (integer, optional),

nextPageUrl (string, optional),

prevPageUrl (string, optional)

}

ComponentVariable {

defaultVal (string, optional),

description (string, optional),

direction (boolean, optional),

name (string, optional),

type (string, optional),

variablesIdx (integer, optional)

}

}





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS