GetEntityPlainArgs

data class GetEntityPlainArgs(val aliasId: String? = null, val aliasMountAccessor: String? = null, val aliasName: String? = null, val entityId: String? = null, val entityName: String? = null, val namespace: String? = null) : ConvertibleToJava<GetEntityPlainArgs>

A collection of arguments for invoking getEntity.

Constructors

Link copied to clipboard
constructor(aliasId: String? = null, aliasMountAccessor: String? = null, aliasName: String? = null, entityId: String? = null, entityName: String? = null, namespace: String? = null)

Properties

Link copied to clipboard
val aliasId: String? = null

ID of the alias.

Link copied to clipboard

Accessor of the mount to which the alias belongs to. This should be supplied in conjunction with alias_name. The lookup criteria can be entity_name, entity_id, alias_id, or a combination of alias_name and alias_mount_accessor.

Link copied to clipboard
val aliasName: String? = null

Name of the alias. This should be supplied in conjunction with alias_mount_accessor.

Link copied to clipboard
val entityId: String? = null

ID of the entity.

Link copied to clipboard
val entityName: String? = null

Name of the entity.

Link copied to clipboard
val namespace: String? = null

The namespace of the target resource. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

Functions

Link copied to clipboard
open override fun toJava(): GetEntityPlainArgs