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()
Assembly: Pulumi.Pagerduty.dll
public sealed class UserArgs : ResourceArgs
Constructors
View Source
Declaration
Properties
View Source
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
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
The user's email address.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<string> JobTitle { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
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
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
Declaration
public Input<string> TimeZone { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|