GetSharedAccessPolicyResult

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

Link copied to clipboard
constructor(id: String, iothubName: String, name: String, primaryConnectionString: String, primaryKey: String, resourceGroupName: String, secondaryConnectionString: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
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.