Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.52 KB

nf-azroles-iazapplicationgroup-addappnonmember.md

File metadata and controls

79 lines (63 loc) · 3.52 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.IAzApplicationGroup.AddAppNonMember
IAzApplicationGroup::AddAppNonMember (azroles.h)
Adds the specified IAzApplicationGroup object to the list of application groups that are refused membership in this application group.
AddAppNonMember
AddAppNonMember method [Security]
AddAppNonMember method [Security]
AzApplicationGroup object
AddAppNonMember method [Security]
IAzApplicationGroup interface
AzApplicationGroup object [Security]
AddAppNonMember method
IAzApplicationGroup interface [Security]
AddAppNonMember method
IAzApplicationGroup.AddAppNonMember
IAzApplicationGroup::AddAppNonMember
azroles/IAzApplicationGroup::AddAppNonMember
security.iazapplicationgroup_addappnonmember
security\iazapplicationgroup_addappnonmember.htm
security
31b8538f-afe1-4fd3-bf6f-6f3f0641fc2a
03/20/2023
AddAppNonMember, AddAppNonMember method [Security], AddAppNonMember method [Security],AzApplicationGroup object, AddAppNonMember method [Security],IAzApplicationGroup interface, AzApplicationGroup object [Security],AddAppNonMember method, IAzApplicationGroup interface [Security],AddAppNonMember method, IAzApplicationGroup.AddAppNonMember, IAzApplicationGroup::AddAppNonMember, azroles/IAzApplicationGroup::AddAppNonMember, security.iazapplicationgroup_addappnonmember
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Azroles.lib
Azroles.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
IAzApplicationGroup::AddAppNonMember
azroles/IAzApplicationGroup::AddAppNonMember
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplicationGroup.AddAppNonMember
AzApplicationGroup.AddAppNonMember

IAzApplicationGroup::AddAppNonMember

-description

The AddAppNonMember method adds the specified IAzApplicationGroup object to the list of application groups that are refused membership in this application group.

-parameters

-param bstrProp [in]

String that contains the Name property of the IAzApplicationGroup object to add to the list of the application groups that are refused membership in this application group.

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, it will return S_OK. Any other HRESULT value indicates that the operation failed.

-remarks

To view the list of application groups that are refused membership in this application group, use the AppNonMembers property.

Denying membership to an account in an application group does not prevent that account from being assigned to a role through a different application group, nor from being granted permission to a resource through assignment to any other role.

You must call the Submit method to persist any changes made by this method.

-see-also

IAzApplicationGroup