GetEntityAlias

data class GetEntityAlias(val canonicalId: String, val creationTime: String, val id: String, val lastUpdateTime: String, val mergedFromCanonicalIds: List<String>, val metadata: Map<String, String>, val mountAccessor: String, val mountPath: String, val mountType: String, val name: String)

Constructors

Link copied to clipboard
constructor(canonicalId: String, creationTime: String, id: String, lastUpdateTime: String, mergedFromCanonicalIds: List<String>, metadata: Map<String, String>, mountAccessor: String, mountPath: String, mountType: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Canonical ID of the Alias

Link copied to clipboard

Creation time of the Alias

Link copied to clipboard
val id: String

ID of the alias

Link copied to clipboard

Last update time of the alias

Link copied to clipboard

List of canonical IDs merged with this alias

Link copied to clipboard

Arbitrary metadata

Link copied to clipboard

Authentication mount acccessor which this alias belongs to

Link copied to clipboard

Authentication mount path which this alias belongs to

Link copied to clipboard

Authentication mount type which this alias belongs to

Link copied to clipboard

Name of the alias