Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.82 KB

nf-azroles-iazoperation2-roleassignments.md

File metadata and controls

73 lines (59 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:azroles.IAzOperation2.RoleAssignments
IAzOperation2::RoleAssignments (azroles.h)
Returns a collection of the role assignments associated with this operation.
IAzOperation2 interface [Security]
RoleAssignments method
IAzOperation2.RoleAssignments
IAzOperation2::RoleAssignments
RoleAssignments
RoleAssignments method [Security]
RoleAssignments method [Security]
IAzOperation2 interface
azroles/IAzOperation2::RoleAssignments
security.iazoperation2_roleassignments_method
security\iazoperation2_roleassignments_method.htm
security
99f1d60a-69c2-4736-a328-19796f4d37f0
12/05/2018
IAzOperation2 interface [Security],RoleAssignments method, IAzOperation2.RoleAssignments, IAzOperation2::RoleAssignments, RoleAssignments, RoleAssignments method [Security], RoleAssignments method [Security],IAzOperation2 interface, azroles/IAzOperation2::RoleAssignments, security.iazoperation2_roleassignments_method
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Azroles.idl
Windows
19H1
IAzOperation2::RoleAssignments
azroles/IAzOperation2::RoleAssignments
c++
APIRef
kbSyntax
COM
Azroles.h
IAzOperation2.RoleAssignments

IAzOperation2::RoleAssignments

-description

The RoleAssignments method returns a collection of the role assignments associated with this operation.

-parameters

-param bstrScopeName [in]

The name of the scope in which to check for role assignments. If the value of this parameter is an empty string, the method checks for role assignments at the application level.

-param bRecursive [in]

TRUE if the method checks all scopes within the application; otherwise, FALSE. This parameter is ignored if the value of the bstrScopeName parameter is not NULL.

-param ppRoleAssignments [out]

The address of a pointer to an IAzRoleAssignments interface that represents the collection of IAzRoleAssignment objects associated with this operation.

-returns

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.