Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 3.84 KB

nf-azroles-iazapplication-deletedelegatedpolicyusername.md

File metadata and controls

78 lines (63 loc) · 3.84 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.IAzApplication.DeleteDelegatedPolicyUserName
IAzApplication::DeleteDelegatedPolicyUserName (azroles.h)
Removes the specified account name from the list of principals that act as delegated policy users. (IAzApplication.DeleteDelegatedPolicyUserName)
AzApplication object [Security]
DeleteDelegatedPolicyUserName method
DeleteDelegatedPolicyUserName
DeleteDelegatedPolicyUserName method [Security]
DeleteDelegatedPolicyUserName method [Security]
AzApplication object
DeleteDelegatedPolicyUserName method [Security]
IAzApplication interface
IAzApplication interface [Security]
DeleteDelegatedPolicyUserName method
IAzApplication.DeleteDelegatedPolicyUserName
IAzApplication::DeleteDelegatedPolicyUserName
azroles/IAzApplication::DeleteDelegatedPolicyUserName
security.iazapplication_deletedelegatedpolicyusername
security\iazapplication_deletedelegatedpolicyusername.htm
security
b6abe8d6-9212-4c92-ba35-d6eaa8df1115
12/05/2018
AzApplication object [Security],DeleteDelegatedPolicyUserName method, DeleteDelegatedPolicyUserName, DeleteDelegatedPolicyUserName method [Security], DeleteDelegatedPolicyUserName method [Security],AzApplication object, DeleteDelegatedPolicyUserName method [Security],IAzApplication interface, IAzApplication interface [Security],DeleteDelegatedPolicyUserName method, IAzApplication.DeleteDelegatedPolicyUserName, IAzApplication::DeleteDelegatedPolicyUserName, azroles/IAzApplication::DeleteDelegatedPolicyUserName, security.iazapplication_deletedelegatedpolicyusername
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
IAzApplication::DeleteDelegatedPolicyUserName
azroles/IAzApplication::DeleteDelegatedPolicyUserName
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplication.DeleteDelegatedPolicyUserName
AzApplication.DeleteDelegatedPolicyUserName

IAzApplication::DeleteDelegatedPolicyUserName

-description

The DeleteDelegatedPolicyUserName method removes the specified account name from the list of principals that act as delegated policy users.

-parameters

-param bstrDelegatedPolicyUser [in]

The account name to remove from the list of delegated policy users. The account name must be in user principal name (UPN) format (for example, "someone@example.com"). The LookupAccountName function is called to retrieve the domain.

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, the method returns S_OK.

Any other HRESULT value indicates that the operation failed. An attempt to call this method on an XML store will return E_INVALIDARG.

-remarks

Delegated policy users are principals that are allowed to read the subset of the policy data that the policy administrator of an IAzApplication object uses to administer the delegated object.

Note  Delegated policy users are not supported for XML stores.
 
To view the list of delegated policy users in account name format, use the DelegatedPolicyUsersName property.