ReportingService2005.ListRoles(SecurityScopeEnum) Method

Definition

Returns the names and descriptions of roles that the report server manages.

public:
 cli::array <ReportService2005::Role ^> ^ ListRoles(ReportService2005::SecurityScopeEnum SecurityScope);
public ReportService2005.Role[] ListRoles (ReportService2005.SecurityScopeEnum SecurityScope);
member this.ListRoles : ReportService2005.SecurityScopeEnum -> ReportService2005.Role[]
Public Function ListRoles (SecurityScope As SecurityScopeEnum) As Role()

Parameters

SecurityScope
SecurityScopeEnum

A SecurityScopeEnum value specifying the security scope for the items to return.

Returns

Role[]

An array of Role objects that contains a collection of information about roles, filtered by the supplied SecurityScopeEnum value.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions None

Applies to