Show / Hide Table of Contents

Class GetUserArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.InvokeArgs
GetUserArgs
Inherited Members
Pulumi.InvokeArgs.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 GetUserArgs : InvokeArgs

Constructors

View Source

GetUserArgs()

Declaration
public GetUserArgs()

Properties

View Source

Email

The email to use to find a user in the PagerDuty API.

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