Share
Example Syntax
Parameter Reference
The following parameters are supported:
Name | Required | Type | Default | Description |
---|---|---|---|---|
group | yes | string | The name or ID of the group. | |
resource_ids | yes | list | A list of resource IDs to add, update or remove as shares. | |
edit_privilege | no | boolean | Indicates that the group has permission to edit privileges on the resource. | |
share_privilege | no | boolean | Indicates that the group has permission to share the resource. | |
api_url | no | string | The Ionos API base URL. | |
username | no | string | The Ionos username. Overrides the IONOS_USERNAME environement variable. | |
password | no | string | The Ionos password. Overrides the IONOS_PASSWORD environement variable. | |
wait | no | boolean | true | Wait for the operation to complete before continuing. |
wait_timeout | no | integer | 600 | The number of seconds until the wait ends. |
state | no | string | present | Indicate desired state of the resource: present, absent, update |
Last updated