List Network Manager Effective Security Admin Rules Result
    data class ListNetworkManagerEffectiveSecurityAdminRulesResult(val skipToken: String? = null, val value: List<Either<EffectiveDefaultSecurityAdminRuleResponse, EffectiveSecurityAdminRuleResponse>>? = null)
Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results.
Constructors
Link copied to clipboard
                fun ListNetworkManagerEffectiveSecurityAdminRulesResult(skipToken: String? = null, value: List<Either<EffectiveDefaultSecurityAdminRuleResponse, EffectiveSecurityAdminRuleResponse>>? = null)
Types
Properties
Link copied to clipboard
                val value: List<Either<EffectiveDefaultSecurityAdminRuleResponse, EffectiveSecurityAdminRuleResponse>>? = null