DatabaseUpdate.FederatedClientId Property

Definition

Gets or sets the Client id used for cross tenant per database CMK scenario

[Newtonsoft.Json.JsonProperty(PropertyName="properties.federatedClientId")]
public Guid? FederatedClientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.federatedClientId")>]
member this.FederatedClientId : Nullable<Guid> with get, set
Public Property FederatedClientId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to