Show / Hide Table of Contents

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 Source

Flags

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

Tag

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

Declaration
public readonly string Tag
Field Value
Type Description
System.String
View Source

Value

A property value such as a registrar domain.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.