BaseAdminRule Class

Network base admin rule.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AdminRule, DefaultAdminRule

Constructor

BaseAdminRule(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

system_data

The system metadata related to this resource.

kind

Whether the rule is custom or default. Required. Known values are: "Custom" and "Default".

Attributes

kind

"Custom" and "Default".

kind: str

system_data

The system metadata related to this resource.

system_data: _models.SystemData | None