Show / Hide Table of Contents

Class Userv1Args

Inheritance
System.Object
InputArgs
ResourceArgs
Userv1Args
Inherited Members
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.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Userv1Args : ResourceArgs

Constructors

View Source

Userv1Args()

Declaration
public Userv1Args()

Properties

View Source

Login

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>
View Source

Name

The real life name of the user.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.