GetSpacesKeyResult

data class GetSpacesKeyResult(val accessKey: String, val createdAt: String, val grants: List<GetSpacesKeyGrant>, val id: String, val name: String)

A collection of values returned by getSpacesKey.

Constructors

Link copied to clipboard
constructor(accessKey: String, createdAt: String, grants: List<GetSpacesKeyGrant>, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access key ID of the Spaces key

Link copied to clipboard

The creation time of the Spaces key

Link copied to clipboard

The list of grants associated with the Spaces key.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the Spaces key