Get Shared Access Policy Result
data class GetSharedAccessPolicyResult(val id: String, val iothubName: 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 getSharedAccessPolicy.
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.