NetworkManagerEffectiveSecurityAdminRulesListResult Class
Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results.
Constructor
NetworkManagerEffectiveSecurityAdminRulesListResult(*, value: List[_models.EffectiveBaseSecurityAdminRule] | None = None, skip_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Gets a page of NetworkManagerEffectiveSecurityAdminRules. Default value: None
|
skip_token
|
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. Default value: None
|
Variables
Name | Description |
---|---|
value
|
Gets a page of NetworkManagerEffectiveSecurityAdminRules. |
skip_token
|
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. |