GetAuthBackendRoleIdPlainArgs

data class GetAuthBackendRoleIdPlainArgs(val backend: String? = null, val namespace: String? = null, val roleName: String) : ConvertibleToJava<GetAuthBackendRoleIdPlainArgs>

A collection of arguments for invoking getAuthBackendRoleId.

Constructors

Link copied to clipboard
constructor(backend: String? = null, namespace: String? = null, roleName: String)

Properties

Link copied to clipboard
val backend: String? = null

The unique name for the AppRole backend the role to retrieve a RoleID for resides in. Defaults to "approle".

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.

Link copied to clipboard

The name of the role to retrieve the Role ID for.

Functions

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