DataflowEndpointAuthenticationServiceAccountToken(String) Constructor
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.
Initializes a new instance of DataflowEndpointAuthenticationServiceAccountToken.
public DataflowEndpointAuthenticationServiceAccountToken(string audience);
new Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken : string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken
Public Sub New (audience As String)
Parameters
- audience
- String
Audience of the service account. Optional, defaults to the broker internal service account audience.
Exceptions
audience is null.