User profile
Get-IAMUserProfile
Synopsis
View your profile.
Syntax
Get-IAMUserProfile [-Actions] [-AuthGrants] [-Notifications] [[-EdgeRCFile] <String>] [[-Section] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Retrieves details about your profile. To make changes to your profile, run the Set-IAMUserProfile
operation.
Parameters
-Actions
Includes actions you can perform on the object.
Type SwitchParameter
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default valueFalse
Accept pipeline inputFalse
Accept wildcard charactersFalse
-AuthGrants
Includes the list of your group and role assignments.
Type SwitchParameter
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default valueFalse
Accept pipeline inputFalse
Accept wildcard charactersFalse
-EdgeRCFile
EdgeRC file to authenticate your command. Defaults to ~/.edgerc
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position0
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Notifications
Includes product notifications you subscribe to.
Type SwitchParameter
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default valueFalse
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Section
EdgeRC section to retrieve authentication credentials from. Defaults to default
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position1
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
CommonParameters
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.
Inputs
None
Outputs
System.Object
Related links
Updated 5 months ago
Did this page help you?