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
Copy file name to clipboardExpand all lines: src/corelib/Providers/Rackspace/IExtendedCloudIdentityProvider.cs
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,21 @@ public interface IExtendedCloudIdentityProvider : IIdentityProvider
10
10
/// <summary>
11
11
/// Lists all roles.
12
12
/// </summary>
13
+
/// <param name="serviceId">The ID of service to filter by.</param>
14
+
/// <param name="markerId">The index of the last item in the previous list. <remarks>Used for pagination.</remarks></param>
15
+
/// <param name="limit">Indicates the number of items to return <remarks>Default value depends on the provider's implemenation.</remarks><remarks>Used for pagination.</remarks></param>
13
16
/// <param name="identity">The users Cloud Identity <see cref="net.openstack.Core.Domain.CloudIdentity" /><remarks>If not specified, the default identity given in the constructor will be used.</remarks></param>
/// <param name="name">The name for the new role.</param>
24
+
/// <param name="description">The description for the new role.</param>
21
25
/// <param name="identity">The users Cloud Identity <see cref="net.openstack.Core.Domain.CloudIdentity" /><remarks>If not specified, the default identity given in the constructor will be used.</remarks></param>
0 commit comments