IoTHubStreamInputDataSource.SharedAccessPolicyName Property

Definition

Gets or sets the shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedAccessPolicyName")]
public string SharedAccessPolicyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedAccessPolicyName")>]
member this.SharedAccessPolicyName : string with get, set
Public Property SharedAccessPolicyName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to