Modify Security Group
Modify details for a specific Security Group.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
User Name | String | Yes | User name used to authenticate to the Office 365 web service. |
Password | Password | Yes | Password used to authenticate to the Office 365 web service. |
Security Role Name | String | Yes | Name of the Security Group Role to be modified |
New Security Role Name | String | Yes | New name for Security Group Role |
New Security Role Description | String | Yes | New description for Security Group Role |
Output Parameters
Name | Type | Description |
---|---|---|
Result String | String | In the event the object fails to execute successfully due to invalid/incorrect input, this output will detail the error. |
Result | Number | Returns a success value of zero. Any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
User Name | String | Yes | Office365Admin@ABC.onmicrosoft.com |
Password | Password | Yes | <link to start parameter> |
Security Role Name | String | Yes | Marketing2012 |
New Security Role Name | String | Yes | Marketing2013 |
New Security Role Description | String | Yes | Marketing Security Group |