Show / Hide Table of Contents

Class UserContactMethodArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
UserContactMethodArgs
Inherited Members
Pulumi.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.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class UserContactMethodArgs : ResourceArgs

Constructors

View Source

UserContactMethodArgs()

Declaration
public UserContactMethodArgs()

Properties

View Source

Address

The "address" to deliver to: email, phone number, etc., depending on the type.

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

CountryCode

The 1-to-3 digit country calling code. Required when using phone_contact_method or sms_contact_method.

Declaration
public Input<int> CountryCode { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

Label

The label (e.g., "Work", "Mobile", etc.).

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

SendShortEmail

Send an abbreviated email message instead of the standard email output.

Declaration
public Input<bool> SendShortEmail { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

Type

The contact method type. May be (email_contact_method, phone_contact_method, sms_contact_method, push_notification_contact_method).

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

UserId

The ID of the user.

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