Click or drag to resize

IPasswordResetServiceSetPasswordAsync Method

Namespace:  Omada.FIM.PasswordResetService
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[OperationContractAttribute(Action = "https://Omada.FIM.PasswordResetService/IPasswordResetService/SetPassword", 
	ReplyAction = "https://Omada.FIM.PasswordResetService/IPasswordResetService/SetPasswordResponse")]
Task<PasswordResetInformation[]> SetPasswordAsync(
	int oimObjectId,
	bool isIdentity,
	CSDnInformation[] csObjectDns,
	Guid csObjectManagementAgentUid,
	string encryptedPassword,
	Guid[] blockedManagementAgentUids,
	Guid allowedTargetConnectorSpaceObjectId,
	bool forceChangeAtLogon,
	bool unlockAccount,
	bool enforcePasswordPolicy,
	bool synchronous
)

Parameters

oimObjectId
Type: SystemInt32
isIdentity
Type: SystemBoolean
csObjectDns
Type: Omada.FIM.PasswordResetServiceCSDnInformation
csObjectManagementAgentUid
Type: SystemGuid
encryptedPassword
Type: SystemString
blockedManagementAgentUids
Type: SystemGuid
allowedTargetConnectorSpaceObjectId
Type: SystemGuid
forceChangeAtLogon
Type: SystemBoolean
unlockAccount
Type: SystemBoolean
enforcePasswordPolicy
Type: SystemBoolean
synchronous
Type: SystemBoolean

Return Value

Type: TaskPasswordResetInformation
See Also