NetworkManagerEffectiveSecurityAdminRulesListResult interface

Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results.

Properties

skipToken

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

value

Gets a page of NetworkManagerEffectiveSecurityAdminRules

Property Details

skipToken

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

skipToken?: string

Property Value

string

value

Gets a page of NetworkManagerEffectiveSecurityAdminRules

value?: EffectiveBaseSecurityAdminRuleUnion[]

Property Value