Class CaaRecordRecord
Inheritance
System.Object
CaaRecordRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Dns.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CaaRecordRecord
Fields
View SourceFlags
Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.
Declaration
public readonly int Flags
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tag
A property tag, options are issue, issuewild and iodef.
Declaration
public readonly string Tag
Field Value
| Type | Description |
|---|---|
| System.String |
Value
A property value such as a registrar domain.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |