For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-HubEntryPermission

Syntax

UserWithRolePermissions

New-HubEntryPermission -VaultId <guid> -EntryId <guid> -UserId <guid> -EntryRoleId <guid>
 [-HubContext <HubContext>] [<CommonParameters>]

UserWithCustomPermissions

New-HubEntryPermission -VaultId <guid> -EntryId <guid> -UserId <guid>
 -EntryPermission <EntryPermissionRole> [-HubContext <HubContext>] [<CommonParameters>]

GroupWithRolePermissions

New-HubEntryPermission -VaultId <guid> -EntryId <guid> -GroupId <guid> -EntryRoleId <guid>
 [-HubContext <HubContext>] [<CommonParameters>]

GroupWithCustomPermissions

New-HubEntryPermission -VaultId <guid> -EntryId <guid> -GroupId <guid>
 -EntryPermission <EntryPermissionRole> [-HubContext <HubContext>] [<CommonParameters>]

Parameter

-EntryId

ID des Devolutions Cloud-Eintrags

-EntryPermission

Benutzerdefinierte Eintragsberechtigung festlegen

-EntryRoleId

Vordefinierte Berechtigungen basierend auf Devolutions Cloud Entry Roles festlegen

-GroupId

ID der Devolutions Cloud-Gruppe

-HubContext

Devolutions Cloud-Kontext

-UserId

ID des Devolutions Cloud-Benutzers

-VaultId

ID des Devolutions Cloud-Tresors

CommonParameters

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Hinweise

Für weitere Informationen geben Sie "Get-Help New-HubEntryPermission -detailed" ein. Für technische Informationen geben Sie "Get-Help New-HubEntryPermission -full" ein.

Zuletzt aktualisiert

War das hilfreich?