Show / Hide Table of Contents

Class CaaRecordRecordArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CaaRecordRecordArgs
Inherited Members
ResourceArgs.Empty
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 Source

CaaRecordRecordArgs()

Declaration
public CaaRecordRecordArgs()

Properties

View Source

Flags

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>
View Source

Tag

A property tag, options are issue, issuewild and iodef.

Declaration
public Input<string> Tag { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

A property value such as a registrar domain.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.