Get Actions Environment Secrets Result
data class GetActionsEnvironmentSecretsResult(val environment: String, val fullName: String, val id: String, val name: String, val secrets: List<GetActionsEnvironmentSecretsSecret>)
A collection of values returned by getActionsEnvironmentSecrets.
Constructors
Link copied to clipboard
fun GetActionsEnvironmentSecretsResult(environment: String, fullName: String, id: String, name: String, secrets: List<GetActionsEnvironmentSecretsSecret>)