All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.vault.azure.kotlin.outputs.BackendRoleAzureRole.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.vault.azure.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property roleId
 * @property roleName
 * @property scope
 */
public data class BackendRoleAzureRole(
    public val roleId: String? = null,
    public val roleName: String? = null,
    public val scope: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.vault.azure.outputs.BackendRoleAzureRole): BackendRoleAzureRole = BackendRoleAzureRole(
            roleId = javaType.roleId().map({ args0 -> args0 }).orElse(null),
            roleName = javaType.roleName().map({ args0 -> args0 }).orElse(null),
            scope = javaType.scope(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy