Managed Identity Token Response
data class ManagedIdentityTokenResponse(val accessToken: String? = null, val authorizationAudience: String? = null, val expiresIn: String? = null, val expiresOn: String? = null, val notBefore: String? = null, val resourceId: String? = null, val tokenType: String? = null)
The managed identity token for the managed app resource.