Get Security Operator Result
data class GetSecurityOperatorResult(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
fun GetSecurityOperatorResult(id: String, identity: IdentityResponse? = null, name: String, type: String)