List Network Manager Effective Security Admin Rule Result
data class ListNetworkManagerEffectiveSecurityAdminRuleResult(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
constructor(skipToken: String? = null, value: List<Either<EffectiveDefaultSecurityAdminRuleResponse, EffectiveSecurityAdminRuleResponse>>? = null)
Properties
Link copied to clipboard
val value: List<Either<EffectiveDefaultSecurityAdminRuleResponse, EffectiveSecurityAdminRuleResponse>>? = null
Gets a page of NetworkManagerEffectiveSecurityAdminRules