Show / Hide Table of Contents

Class GetServiceUserArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceUserArgs
Inherited Members
InvokeArgs.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 GetServiceUserArgs : InvokeArgs

Constructors

View Source

GetServiceUserArgs()

Declaration
public GetServiceUserArgs()

Properties

View Source

AccessCert

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

AccessKey

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

Password

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

Project

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

ServiceName

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

Type

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

Username

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