MonitoringActionAccountSecureData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData
Represents an action account
public ref class MonitoringActionAccountSecureData : Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringUserNameAndDomainSecureData
[System.Obsolete("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")]
[System.Serializable]
public class MonitoringActionAccountSecureData : Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameAndDomainSecureData
type MonitoringActionAccountSecureData = class
inherit MonitoringUserNameAndDomainSecureData
Public Class MonitoringActionAccountSecureData
Inherits MonitoringUserNameAndDomainSecureData
- Inheritance
-
MonitoringActionAccountSecureData
- Attributes
Examples
The following example shows how to use the MonitoringActionAccountSecureData class to insert a new RunAs action account
Constructors
MonitoringActionAccountSecureData() |
Creates a new MonitoringWindowsCredentialSecureData. |
Properties
Domain |
The domain for the secure data. (Inherited from MonitoringUserNameAndDomainSecureData) |
ManagementGroup |
The ManagementGroup the object was instantiated in. (Inherited from MonitoringSecureData) |
SecureData |
Obsolete.
The secure data. (Inherited from MonitoringSecureData) |
Type |
Obsolete.
The secure data type for this object. (Inherited from MonitoringSecureData) |
UserName |
The username for the secure data. (Inherited from MonitoringUserNameSecureData) |
Methods
Reconnect(EnterpriseManagementGroup) |
Reconnects the specified management group. (Inherited from MonitoringSecureData) |
Update() |
Updates the secure data. (Inherited from MonitoringSecureData) |