GetApiPolicyResult

data class GetApiPolicyResult(val format: String? = null, val id: String, val name: String, val type: String, val value: String)

Policy Contract details.

Constructors

Link copied to clipboard
constructor(format: String? = null, id: String, name: String, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val format: String? = null

Format of the policyContent.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type for API Management resource.

Link copied to clipboard

Contents of the Policy as defined by the format.