Get Access Policy Result
data class GetAccessPolicyResult(val authentication: JwtAuthenticationResponse? = null, val id: String, val name: String, val role: String? = null, val systemData: SystemDataResponse, val type: String)
Policy that determines how a video can be accessed.
Constructors
Link copied to clipboard
constructor(authentication: JwtAuthenticationResponse? = null, id: String, name: String, role: String? = null, systemData: SystemDataResponse, type: String)