Class GetServiceUserArgs
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceUserArgs : InvokeArgs
Constructors
View SourceGetServiceUserArgs()
Declaration
public GetServiceUserArgs()
Properties
View SourceAccessCert
Declaration
public string AccessCert { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AccessKey
Declaration
public string AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |