Get Namespace Authorization Rule Result
data class GetNamespaceAuthorizationRuleResult(val id: String, val location: String, val name: String, val rights: List<String>, val systemData: SystemDataResponse, val type: String)
Description of a namespace authorization rule.
Constructors
Link copied to clipboard
fun GetNamespaceAuthorizationRuleResult(id: String, location: String, name: String, rights: List<String>, systemData: SystemDataResponse, type: String)