You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*SecurityRolePermissionsApi* | [**SecurityRolePermissionsSetGlobalPermissions**](docs/SecurityRolePermissionsApi.md#securityrolepermissionssetglobalpermissions) | **Put** /Security/Roles/{id}/Permissions/Global | Adds global permissions to the security role that matches the id.
315
315
*SecurityRolesApi* | [**SecurityRolesDeleteSecurityRole**](docs/SecurityRolesApi.md#securityrolesdeletesecurityrole) | **Delete** /Security/Roles/{id} | Deletes the security role whose ID is provided.
316
316
*SecurityRolesApi* | [**SecurityRolesGetIdentitiesWithRole**](docs/SecurityRolesApi.md#securityrolesgetidentitieswithrole) | **Get** /Security/Roles/{id}/Identities | Returns all identities which have the security role that matches the id.
317
+
*SecurityRolesApi* | [**SecurityRolesGetSecurityRole**](docs/SecurityRolesApi.md#securityrolesgetsecurityrole) | **Get** /Security/Roles/{id} | Returns a single security role that matches the id.
317
318
*SecurityRolesApi* | [**SecurityRolesUpdateIdentitiesWithRole**](docs/SecurityRolesApi.md#securityrolesupdateidentitieswithrole) | **Put** /Security/Roles/{id}/Identities | Updates the identities which have the security role that matches the id.
318
319
*ServerApi* | [**ServerAddAccess**](docs/ServerApi.md#serveraddaccess) | **Post** /SSH/Servers/Access | Updates logons and users with access to those logons for an existing server
319
320
*ServerApi* | [**ServerCreateServer**](docs/ServerApi.md#servercreateserver) | **Post** /SSH/Servers | Creates a server with the provided properties
0 commit comments