GetSecretsResult

data class GetSecretsResult(val filter: String? = null, val id: String, val project: String, val secrets: List<GetSecretsSecret>)

A collection of values returned by getSecrets.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, project: String, secrets: List<GetSecretsSecret>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the project in which the resource belongs.

Link copied to clipboard

A list of secrets matching the filter. Structure is defined below.