Managed Cluster Pod Identity Profile Response
data class ManagedClusterPodIdentityProfileResponse(val allowNetworkPluginKubenet: Boolean? = null, val enabled: Boolean? = null, val userAssignedIdentities: List<ManagedClusterPodIdentityResponse>? = null, val userAssignedIdentityExceptions: List<ManagedClusterPodIdentityExceptionResponse>? = null)
Constructors
Link copied to clipboard
constructor(allowNetworkPluginKubenet: Boolean? = null, enabled: Boolean? = null, userAssignedIdentities: List<ManagedClusterPodIdentityResponse>? = null, userAssignedIdentityExceptions: List<ManagedClusterPodIdentityExceptionResponse>? = null)