AvailableDelegation Class

The serviceName of an AvailableDelegation indicates a possible delegation for a subnet.

Constructor

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

Variables

Name Description
name
str

The name of the AvailableDelegation resource.

id
str

A unique identifier of the AvailableDelegation resource.

type
str

Resource type.

service_name
str

The name of the service and resource.

actions

The actions permitted to the service upon delegation.

Attributes

actions

The actions permitted to the service upon delegation.

actions: list[str] | None

id

A unique identifier of the AvailableDelegation resource.

id: str | None

name

The name of the AvailableDelegation resource.

name: str | None

service_name

The name of the service and resource.

service_name: str | None

type

Resource type.

type: str | None