WebJobsAuthenticationEventsContext.ResourceServicePrincipal Property

Definition

Gets the resource service principal.

[System.Text.Json.Serialization.JsonPropertyName("resourceServicePrincipal")]
public Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextServicePrincipal ResourceServicePrincipal { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("resourceServicePrincipal")>]
member this.ResourceServicePrincipal : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextServicePrincipal with get, set
Public Property ResourceServicePrincipal As WebJobsAuthenticationEventsContextServicePrincipal

Property Value

The resource service principal.

Attributes

Applies to