Class Userv1Args
Inherited Members
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.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Userv1Args : ResourceArgs
Constructors
View SourceUserv1Args()
Declaration
public Userv1Args()
Properties
View SourceLogin
The email address, which is the login name, of the User.
Declaration
public Input<string> Login { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The real life name of the user.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
The role of this user. Can be user (the default), billing, engineer, or superuser. For detailed information on the abilities granted to each role, see Fastly's Documentation on User roles.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |