Get Access Policy Result
data class GetAccessPolicyResult(val authentication: JwtAuthenticationResponse? = null, val azureApiVersion: String, val id: String, val name: String, val role: String? = null, val systemData: SystemDataResponse, val type: String)
Access policies help define the authentication rules, and control access to specific video resources.
Constructors
Link copied to clipboard
constructor(authentication: JwtAuthenticationResponse? = null, azureApiVersion: String, id: String, name: String, role: String? = null, systemData: SystemDataResponse, type: String)