Share via


MonitoringSecureData Class

Definition

Caution

Use Microsoft.EnterpriseManagement.Security.SecureData

Defines a secure data item in the system.

public ref class MonitoringSecureData abstract : Microsoft::EnterpriseManagement::Security::SecureData
[System.Obsolete("Use Microsoft.EnterpriseManagement.Security.SecureData")]
[System.Serializable]
public abstract class MonitoringSecureData : Microsoft.EnterpriseManagement.Security.SecureData
type MonitoringSecureData = class
    inherit SecureData
Public MustInherit Class MonitoringSecureData
Inherits SecureData
Inheritance
MonitoringSecureData
Derived
Attributes

Examples

The following code example shows how to update an existing RunAs action account by using the MonitoringSecureData

Remarks

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

Properties

ManagementGroup

The ManagementGroup the object was instantiated in.

SecureData
Obsolete.

The secure data.

Type
Obsolete.

The secure data type for this object.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Update()

Updates the secure data.

Applies to