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

com.pulumi.azurenative.healthcareapis.kotlin.outputs.ServiceAccessPolicyEntryResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.healthcareapis.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * An access policy entry.
 * @property objectId An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
 */
public data class ServiceAccessPolicyEntryResponse(
    public val objectId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.healthcareapis.outputs.ServiceAccessPolicyEntryResponse): ServiceAccessPolicyEntryResponse = ServiceAccessPolicyEntryResponse(
            objectId = javaType.objectId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy