ReportingService2010.ListSecurityScopes Method
SQL Server 2008 R2
Returns a list of supported security scopes.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSecurityScopes", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member ListSecurityScopes : unit -> string[]
Return Value
Type: System.String[]An array of String objects that represent the supported security scopes.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following security scopes are supported.
Security Scope | Description |
|---|---|
All | Return all items. |
Catalog | Return catalog items. |
Model | Return model items. |
System | Return system items. |
