GetSasResult

data class GetSasResult(val connectionString: String, val expiry: String, val id: String, val sas: String)

A collection of values returned by getSas.

Constructors

Link copied to clipboard
constructor(connectionString: String, expiry: String, id: String, sas: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val sas: String

The computed Event Hub Shared Access Signature (SAS).