appstream_update_entitlement {paws.end.user.computing} | R Documentation |
Updates the specified entitlement
Description
Updates the specified entitlement.
See https://www.paws-r-sdk.com/docs/appstream_update_entitlement/ for full documentation.
Usage
appstream_update_entitlement(
Name,
StackName,
Description = NULL,
AppVisibility = NULL,
Attributes = NULL
)
Arguments
Name |
[required] The name of the entitlement. |
StackName |
[required] The name of the stack with which the entitlement is associated. |
Description |
The description of the entitlement. |
AppVisibility |
Specifies whether all or only selected apps are entitled. |
Attributes |
The attributes of the entitlement. |
[Package paws.end.user.computing version 0.9.0 Index]