Show / Hide Table of Contents

Class GetSecretArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSecretArgs
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.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSecretArgs : InvokeArgs

Constructors

View Source

GetSecretArgs()

Declaration
public GetSecretArgs()

Properties

View Source

AclOnly

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

Algorithm

The Secret algorithm.

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

BitLength

The Secret bit length.

Declaration
public int? BitLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

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

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

Mode

The Secret mode.

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

Name

The Secret name.

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

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

SecretType

The Secret type. For more information see Secret types.

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

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