
com.pulumi.gcp.privilegedaccessmanager.kotlin.outputs.GetEntitlementRequesterJustificationConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.privilegedaccessmanager.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property notMandatories The justification is not mandatory but can be provided in any of the supported formats.
* @property unstructureds The requester has to provide a justification in the form of free flowing text.
*/
public data class GetEntitlementRequesterJustificationConfig(
public val notMandatories: List,
public val unstructureds: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.privilegedaccessmanager.outputs.GetEntitlementRequesterJustificationConfig): GetEntitlementRequesterJustificationConfig = GetEntitlementRequesterJustificationConfig(
notMandatories = javaType.notMandatories().map({ args0 ->
args0.let({ args0 ->
com.pulumi.gcp.privilegedaccessmanager.kotlin.outputs.GetEntitlementRequesterJustificationConfigNotMandatory.Companion.toKotlin(args0)
})
}),
unstructureds = javaType.unstructureds().map({ args0 ->
args0.let({ args0 ->
com.pulumi.gcp.privilegedaccessmanager.kotlin.outputs.GetEntitlementRequesterJustificationConfigUnstructured.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy