SecurityInsightsClientInfo 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.
Information on the client (user or application) that made some action.
public class SecurityInsightsClientInfo
public class SecurityInsightsClientInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo>
type SecurityInsightsClientInfo = class
type SecurityInsightsClientInfo = class
interface IJsonModel<SecurityInsightsClientInfo>
interface IPersistableModel<SecurityInsightsClientInfo>
Public Class SecurityInsightsClientInfo
Public Class SecurityInsightsClientInfo
Implements IJsonModel(Of SecurityInsightsClientInfo), IPersistableModel(Of SecurityInsightsClientInfo)
- Inheritance
-
SecurityInsightsClientInfo
- Implements
Constructors
SecurityInsightsClientInfo() |
Initializes a new instance of SecurityInsightsClientInfo. |
Properties
The email of the client. |
|
Name |
The name of the client. |
ObjectId |
The object id of the client. |
UserPrincipalName |
The user principal name of the client. |
Explicit Interface Implementations
IJsonModel<SecurityInsightsClientInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityInsightsClientInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityInsightsClientInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityInsightsClientInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityInsightsClientInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET