Get Dps Shared Access Policy Result
data class GetDpsSharedAccessPolicyResult(val id: String, val iothubDpsName: String, val name: String, val primaryConnectionString: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryKey: String)
A collection of values returned by getDpsSharedAccessPolicy.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The primary connection string of the Shared Access Policy.
Link copied to clipboard
The primary key used to create the authentication token.
Link copied to clipboard
Link copied to clipboard
The secondary connection string of the Shared Access Policy.
Link copied to clipboard
The secondary key used to create the authentication token.