Skip to main content

Add-MsIdInheritablePermissionsToAgentIdentityBlueprint

SYNOPSIS

Adds inheritable permissions to Agent Identity Blueprints

SYNTAX

Add-MsIdInheritablePermissionsToAgentIdentityBlueprint [[-Scopes] <String[]>] [[-ResourceAppId] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Configures inheritable Microsoft Graph permissions that can be granted to Agent Identity Blueprints. This allows agents created from the blueprint to inherit specific Microsoft Graph permissions.

EXAMPLES

EXAMPLE 1

Add-MsIdInheritablePermissionsToAgentIdentityBlueprint  # Will prompt for scopes

EXAMPLE 2

Add-MsIdInheritablePermissionsToAgentIdentityBlueprint -Scopes @("User.Read", "Mail.Read", "Calendars.Read")

EXAMPLE 3

Add-MsIdInheritablePermissionsToAgentIdentityBlueprint -Scopes @("User.Read") -ResourceAppId "00000003-0000-0000-c000-000000000000"

PARAMETERS

-Scopes

Optional. Array of Microsoft Graph permission scopes to make inheritable. If not provided, will prompt for input. Common scopes include: User.Read, Mail.Read, Calendars.Read, etc.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceAppId

Optional. The resource application ID. Defaults to Microsoft Graph (00000003-0000-0000-c000-000000000000).

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 00000003-0000-0000-c000-000000000000
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

OUTPUTS

NOTES