Class GetSecretArgs
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.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSecretArgs : InvokeArgs
Constructors
View SourceGetSecretArgs()
Declaration
public GetSecretArgs()
Properties
View SourceAclOnly
Select the Secret with an ACL that contains the user.
Project scope is ignored. Defaults to false.
Declaration
public bool? AclOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Algorithm
The Secret algorithm.
Declaration
public string Algorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BitLength
The Secret bit length.
Declaration
public int? BitLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
CreatedAtFilter
Date filter to select the Secret with created matching the specified criteria. See Date Filters below for more detail.
Declaration
public string CreatedAtFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExpirationFilter
Date filter to select the Secret with expiration matching the specified criteria. See Date Filters below for more detail.
Declaration
public string ExpirationFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mode
The Secret mode.
Declaration
public string Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The Secret name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V1 KeyManager client.
A KeyManager client is needed to fetch a secret. If omitted, the region
argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecretType
The Secret type. For more information see Secret types.
Declaration
public string SecretType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpdatedAtFilter
Date filter to select the Secret with updated matching the specified criteria. See Date Filters below for more detail.
Declaration
public string UpdatedAtFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |