CaaRecord Class

A CAA record.

Inheritance
azure.mgmt.dns._serialization.Model
CaaRecord

Constructor

CaaRecord(*, flags: int | None = None, tag: str | None = None, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
flags
int

The flags for this CAA record as an integer between 0 and 255.

tag
str

The tag for this CAA record.

value
str

The value for this CAA record.

Variables

Name Description
flags
int

The flags for this CAA record as an integer between 0 and 255.

tag
str

The tag for this CAA record.

value
str

The value for this CAA record.