Show / Hide Table of Contents

Class TeamMembershipArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
TeamMembershipArgs
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 TeamMembershipArgs : ResourceArgs

Constructors

View Source

TeamMembershipArgs()

Declaration
public TeamMembershipArgs()

Properties

View Source

Role

The role of the user in the team. One of observer, responder, or manager. Defaults to manager.

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

TeamId

The ID of the team in which the user will belong.

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

UserId

The ID of the user to add to the team.

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.