Class CaaRecordRecordArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CaaRecordRecordArgs : ResourceArgs
Constructors
View SourceCaaRecordRecordArgs()
Declaration
public CaaRecordRecordArgs()
Properties
View SourceFlags
Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.
Declaration
public Input<int> Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tag
A property tag, options are issue, issuewild and iodef.
Declaration
public Input<string> Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
A property value such as a registrar domain.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |