Show / Hide Table of Contents

Class ServiceUserState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceUserState
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceUserState : ResourceArgs

Constructors

View Source

ServiceUserState()

Declaration
public ServiceUserState()

Properties

View Source

AccessCert

Access certificate for the user if applicable for the service in question

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

AccessKey

Access certificate key for the user if applicable for the service in question

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

Password

Password of the user

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

Project

Project to link the user to

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

ServiceName

Service to link the user to

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

Type

Type of the user account

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

Username

Name of the user account

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