Get Security Operator Result
data class GetSecurityOperatorResult(val azureApiVersion: String, val id: String, val identity: IdentityResponse? = null, val name: String, val type: String)
Security operator under a given subscription and pricing
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityResponse? = null, name: String, type: String)