Share.Spec

API: Internal/Stable

data class Spec(
    val sharedWith: String,
    val sourceFilePath: String,
    val permissions: List<Permission>,
    val product: ProductReference,
)
Properties
sharedWith: String
sourceFilePath: String
permissions: List<Permission>
product: ProductReference A reference to the product which backs this `Resource`