GetWebAppScmAllowedResult

data class GetWebAppScmAllowedResult(val allow: Boolean, val azureApiVersion: String, val id: String, val kind: String? = null, val name: String, val type: String)

Publishing Credentials Policies parameters.

Constructors

Link copied to clipboard
constructor(allow: Boolean, azureApiVersion: String, id: String, kind: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true to allow access to a publishing method; otherwise, false.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

Resource type.