Show / Hide Table of Contents

Class UserArgs

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

Constructors

View Source

UserArgs()

Declaration
public UserArgs()

Properties

View Source

Color

The schedule color for the user. Valid options are purple, red, green, blue, teal, orange, brown, turquoise, dark-slate-blue, cayenne, orange-red, dark-orchid, dark-slate-grey, lime, dark-magenta, lime-green, midnight-blue, deep-pink, dark-green, dark-orange, dark-cyan, darkolive-green, dark-slate-gray, grey20, firebrick, maroon, crimson, dark-red, dark-goldenrod, chocolate, medium-violet-red, sea-green, olivedrab, forest-green, dark-olive-green, blue-violet, royal-blue, indigo, slate-blue, saddle-brown, or steel-blue.

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

Description

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

Email

The user's email address.

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

JobTitle

The user's title.

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

Name

The name of the user.

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

Role

The user role. Account must have the read_only_users ability to set a user as a read_only_user. Can be admin, limited_user, observer, owner, read_only_user or user

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

Teams

A list of teams the user should belong to. Please use pagerduty..TeamMembership instead.

Declaration
[Obsolete("Use the 'pagerduty_team_membership' resource instead.")]
public InputList<string> Teams { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

TimeZone

The timezone of the user

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