List Iot Dps Resource Keys Result
data class ListIotDpsResourceKeysResult(val nextLink: String, val value: List<SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionResponse>? = null)
List of shared access keys.
Constructors
Link copied to clipboard
constructor(nextLink: String, value: List<SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionResponse>? = null)