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 SourceUserContactMethodArgs()
Declaration
public UserContactMethodArgs()
Properties
View SourceAddress
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> |
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> |
Label
The label (e.g., "Work", "Mobile", etc.).
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
UserId
The ID of the user.
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |