Share via


CustomWebhookAuthenticationManagedIdentity Class

Definition

The identity configuration required for authenticating a custom webhook.

public class CustomWebhookAuthenticationManagedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity>
type CustomWebhookAuthenticationManagedIdentity = class
    interface IJsonModel<CustomWebhookAuthenticationManagedIdentity>
    interface IPersistableModel<CustomWebhookAuthenticationManagedIdentity>
Public Class CustomWebhookAuthenticationManagedIdentity
Implements IJsonModel(Of CustomWebhookAuthenticationManagedIdentity), IPersistableModel(Of CustomWebhookAuthenticationManagedIdentity)
Inheritance
CustomWebhookAuthenticationManagedIdentity
Implements

Constructors

CustomWebhookAuthenticationManagedIdentity(CustomWebhookAuthenticationManagedIdentityType)

Initializes a new instance of CustomWebhookAuthenticationManagedIdentity.

Properties

IdentityType

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

UserAssignedIdentity

The user identity associated with the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomWebhookAuthenticationManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomWebhookAuthenticationManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomWebhookAuthenticationManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomWebhookAuthenticationManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomWebhookAuthenticationManagedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to