Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.64 KB

nf-azroles-iazapplicationgroup-addnonmember.md

File metadata and controls

85 lines (66 loc) · 3.64 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.AddNonMember
IAzApplicationGroup::AddNonMember (azroles.h)
Adds the specified security identifier (SID) in text form to the list of accounts that are refused membership in the application group.
AddNonMember
AddNonMember method [Security]
AddNonMember method [Security]
AzApplicationGroup object
AddNonMember method [Security]
IAzApplicationGroup interface
AzApplicationGroup object [Security]
AddNonMember method
IAzApplicationGroup interface [Security]
AddNonMember method
IAzApplicationGroup.AddNonMember
IAzApplicationGroup::AddNonMember
azroles/IAzApplicationGroup::AddNonMember
security.iazapplicationgroup_addnonmember
security\iazapplicationgroup_addnonmember.htm
security
a61f0b97-cd8a-40e5-b2ef-8eb48359fead
03/20/2023
AddNonMember, AddNonMember method [Security], AddNonMember method [Security],AzApplicationGroup object, AddNonMember method [Security],IAzApplicationGroup interface, AzApplicationGroup object [Security],AddNonMember method, IAzApplicationGroup interface [Security],AddNonMember method, IAzApplicationGroup.AddNonMember, IAzApplicationGroup::AddNonMember, azroles/IAzApplicationGroup::AddNonMember, security.iazapplicationgroup_addnonmember
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::AddNonMember
azroles/IAzApplicationGroup::AddNonMember
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplicationGroup.AddNonMember
AzApplicationGroup.AddNonMember

IAzApplicationGroup::AddNonMember

-description

The AddNonMember method adds the specified security identifier (SID) in text form to the list of accounts that are refused membership in the application group.

-parameters

-param bstrProp [in]

String that contains the text form of the SID to add to the list of accounts that are refused membership in the 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

The application group will never have an account added using this method as a member, even if that account is specified directly or indirectly by the Members 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.

To view the list of SIDs of accounts that are refused membership in this application group in text form, use the NonMembers property.

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

-see-also

Members

NonMembers

Submit