MonitoringSecureData Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a RunAs account.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Security::SecureData
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringSecureData
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringCommunityStringSecureData
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringGenericSecureData
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringUserNameSecureData
| Name | Description | |
|---|---|---|
![]() | ConfigExtensionData | (Inherited from SecureData.) |
![]() | Data | (Inherited from SecureData.) |
![]() | Description | (Inherited from SecureData.) |
![]() | Id | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | IsSystem | (Inherited from SecureData.) |
![]() | LastModified | (Inherited from SecureData.) |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | Name | (Inherited from SecureData.) |
![]() | SecureData | Obsolete.Sets the secure data in the secure data object. |
![]() | SecureDataType | (Inherited from SecureData.) |
![]() | SecureStorageId | (Inherited from SecureData.) |
![]() | Type | Obsolete.Gets the type of the secure data in the secure data object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetConfigurationString() | (Inherited from SecureData.) |
![]() | GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | SetConfigurationString(String^) | (Inherited from SecureData.) |
![]() | ToString() | (Inherited from MonitoringBase.) |
![]() | Update() | Updates the secure data.(Overrides SecureData::Update().) |
A RunAs account is a named set of credentials that are represented by RunAs Profiles for authentication when executing monitors, rules, or tasks. The types of RunAs accounts are as follows:
Windows
Community String
Basic Authentication
Simple Authentication
Digest Authentication
Binary Authentication
Action Account
The following code example shows how to update an existing RunAs action account by using the MonitoringSecureData
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



